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 possible dangling greenlet in case of event timeout #2

Merged
merged 1 commit into from
Feb 28, 2021

Conversation

mguijarr
Copy link
Contributor

@mguijarr mguijarr commented Dec 3, 2020

Fixes a "FIXME" in code: no need to use a spawn a greenlet to set the event in case of timeout, let's use "event.wait(timeout)"
returning False if timeout occurs instead.

@2mf 2mf merged commit adc2d82 into 2mf:master Feb 28, 2021
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.

2 participants