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

Freezes when client dies without closing connection #1

Open
jake-levy opened this issue Nov 21, 2022 · 1 comment
Open

Freezes when client dies without closing connection #1

jake-levy opened this issue Nov 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jake-levy
Copy link
Member

If the client process is killed without requesting to close the socket, the node becomes unresponsive.

@jake-levy
Copy link
Member Author

Potential fix: can add a flag to the Server struct which tracks the connection status. If the connection is still thought to be open when a timeout is reached, reset the Server. Will need to figure out how to kill the async read process.

@jake-levy jake-levy self-assigned this Nov 21, 2022
@jake-levy jake-levy added the bug Something isn't working label Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant