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

Close the connection on fail #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Close the connection on fail #76

wants to merge 1 commit into from

Conversation

umgefahren
Copy link
Owner

Closes the connection if an error occurs somewhere underneath.
This is necessary since Deno don't seems to have a notion of closing unused or shutdown connections fast enough.

See denoland/deno#15281 for details on how we discovered this.

The issue probably only arrises when a lot of connections are not properly closed.

@umgefahren umgefahren added bug Something isn't working Deno labels Jul 24, 2022
@umgefahren umgefahren requested a review from satoqz July 24, 2022 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Deno
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants