You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a game finished, there are 5 events being broadcast, and I want to argue that there should only be 3, or 4. Here is a simplified version of the events (note: I am rewriting the JSON data a little bit, so "timerinfo" is "timerInfo" and vice versa):
Event 2 could be the addition of [0, 0] to the scores, in which case events 4 and 5 can be dropped.
Alternatively (preferred) drop 2 and 4, and make 5 appear when the timer expires, or the game is started manually, adding [0, 0] to the scores.
The text was updated successfully, but these errors were encountered:
Absolutely low prio this one…
When a game finished, there are 5 events being broadcast, and I want to argue that there should only be 3, or 4. Here is a simplified version of the events (note: I am rewriting the JSON data a little bit, so "timerinfo" is "timerInfo" and vice versa):
Event 2 could be the addition of [0, 0] to the scores, in which case events 4 and 5 can be dropped.
Alternatively (preferred) drop 2 and 4, and make 5 appear when the timer expires, or the game is started manually, adding [0, 0] to the scores.
The text was updated successfully, but these errors were encountered: