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

Fix AIO server disconnect bug #146

Closed
wants to merge 1 commit into from

Conversation

dominikWin
Copy link
Contributor

This is in reference to socketio#366.

When the server tries to disconnect the socket it awaits for the queue to finish, and in the process of sending those packets the socket detects it's being closed and deletes itself from the sockets dict. This seems to happen unless there is a socket timeout or another weird disconnect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants