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

Fix for infinate loop in getNextEvent #549

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Conversation

jeremypoulter
Copy link
Collaborator

getNextEvent could get stuck in an infinate loop if searching for a type that is not in the list. This can happen when there is only enteries ofa single type, eg disabled and you search for active, as the LCD module does causing a watchdog timeout.

Fixes #414

getNextEvent could get stuck in an infinate loop if searching for a type that is not in the list. This can happen when there is only enteries ofa single type, eg disabled and you search for active, as the LCD module does causing a watchdog timeout.

Fixes #414
@glynhudson glynhudson merged commit a16938d into master Feb 22, 2023
@glynhudson glynhudson deleted the jeremypoulter/issue414 branch February 22, 2023 12:26
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

Successfully merging this pull request may close these issues.

bug/crash with scheduler api
3 participants