-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pause between reported hit and claim #7
Comments
maybe the timegap is larger in demo mode. . . . have to re-check that in live |
The time gap is present also in non demo mode and kind of wasting time, especially when events come as bursts. Could it instead be announced like: More time efficient. |
I understand frustration. This was a sort of experiment to announce everything, since not all hits are claimed. The lady announces these events separately, she does not keep track who hits whom, she just increments counters and makes an announcement, it's us humans make connection when announcements follow each other closely. This also helps to keep the implementation simple[r], since we don't need to keep state on Lady's side and resolve who hit whom. We could improve though, since clearly the current implementation makes announcements slower. We can try and wait a bit with "was hit" announcement and merge it with "Score" announcement if it comes, otherwise just announce "was hit" if CLAIM never comes. |
at the moment there is a big timegap between the announcement of a hit and claim announcement - could that be reduced ?
The text was updated successfully, but these errors were encountered: