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

explicitly close the poller when we are done with it #47

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Conversation

minrk
Copy link
Owner

@minrk minrk commented Jul 7, 2021

the poller has an FD associated with it

relying on garbage collection meant it wouldn't be closed until gc.collect() is called

closes #46

the poller has an FD associated with it

relying on garbage collection meant it wouldn't be closed until `gc.collect()`
@jamitr-jci
Copy link

Thank you! This seems to solve the issue, do you have an ETA when this will be pulled into a version?

@minrk minrk merged commit 87be132 into master Jul 21, 2021
@minrk minrk deleted the close-poller branch July 21, 2021 10:50
@minrk
Copy link
Owner Author

minrk commented Jul 21, 2021

@jamitr-jci just released 2.1.1

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.

Wurlitzer does not release file descriptors
2 participants