Skip to content
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

Overlay does not pre-load next game's info #130

Closed
TristanDebrunner opened this issue Dec 6, 2022 · 1 comment
Closed

Overlay does not pre-load next game's info #130

TristanDebrunner opened this issue Dec 6, 2022 · 1 comment
Labels
bug Something isn't working Overlay
Milestone

Comments

@TristanDebrunner
Copy link
Collaborator

Describe the bug
The overlay code does not fetch the info about the upcoming game until after it has switched to the next game screen. While it is loading the data, it incorrectly shows the data from the previous game.

Expected behavior
It should preemptively fetch the data during the final scores period, so that it can be immediately displayed in the next game screen. If data has not yet been received, it should show placeholder data, not the data from the previous game.

@TristanDebrunner
Copy link
Collaborator Author

Fixed by #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Overlay
Projects
None yet
Development

No branches or pull requests

1 participant