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

Avoid panic if render takes more than 1 sec #41

Merged

Conversation

ebroto
Copy link
Collaborator

@ebroto ebroto commented Dec 30, 2019

The substraction could result in a negative value. Currently we don't park the thread if the render took more than 1 sec.

Fixes #38

@imsnif
Copy link
Owner

imsnif commented Dec 30, 2019

Hah! Nice :)

Will be published in the next name.

@imsnif imsnif merged commit a935397 into imsnif:master Dec 30, 2019
@ebroto ebroto deleted the bugfix/panic-when-render-takes-more-than-1-sec branch January 10, 2020 20:31
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.

error: display_handler panic on launch
2 participants