-
Notifications
You must be signed in to change notification settings - Fork 46
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
connectTCP is leaking filedescriptors on timeout #331
Comments
I was a bit too quick with moving this to eventcode and had to move it back, since this turned out to be a simple issue in vibe-core itself. Will post a PR shortly. |
gedaiu
pushed a commit
to gedaiu/vibe-core
that referenced
this issue
May 21, 2023
gedaiu
pushed a commit
to gedaiu/vibe-core
that referenced
this issue
May 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #115 but in this case it's about connection timeouts.
Tested on linux.
Test case:
I had a suspicion about this line as it causes that
eventDriver.sockets.releaseRef(sock)
is not called.But tried it locally and it still leaks.
So I'd suspect this method as it only set state and not closing the socket?
The text was updated successfully, but these errors were encountered: