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

Queue overflow can lose state #8

Open
MustBeArt opened this issue Aug 7, 2018 · 0 comments
Open

Queue overflow can lose state #8

MustBeArt opened this issue Aug 7, 2018 · 0 comments

Comments

@MustBeArt
Copy link
Contributor

It's possible for the event queue to fill up during long pauses in running the scheduler, such as while playing the Mastermind game. This can cause important events, such as the event that saves a score update to the SD card, to be lost silently.

Really, there shouldn't ever be any long pauses of the scheduler, but that will require re-architecting Mastermind, at least.

It's unknown whether this explains the phenomenon of CHIP8 game scores going unsaved, but it sure might.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant