Skip to content

fix: close event loop in teardown to prevent file descriptor leak#514

Open
EdwardBetts wants to merge 1 commit into
webdjoe:devfrom
EdwardBetts:dev
Open

fix: close event loop in teardown to prevent file descriptor leak#514
EdwardBetts wants to merge 1 commit into
webdjoe:devfrom
EdwardBetts:dev

Conversation

@EdwardBetts
Copy link
Copy Markdown
Contributor

Using loop.stop() leaves the loop open, which can cause 'Too many open files' errors when running the test suite.

Using loop.stop() leaves the loop open, which can cause 'Too many open files'
errors when running the test suite.
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.

1 participant