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

Fixed the failing test where server crashes on disconnect involving connectBuffer #1682

Merged

Conversation

kevin-roark
Copy link
Contributor

Source of bug: after connection to nsp '/', the socket's connectBuffer
was being deleted. On attempt to reconnect, we attempted to push to a deleted array.
Instead of the deleting the connect buffer, it is now emptied.

…onnectBuffer

Source of bug: after connection to nsp '/', the socket's connectBuffer
was being deleted. On attempt to reconnect to a different namespace,
the connect buffer was deleted and we attempted to push to it. Instead
of the deleting the connect buffer, it is now emptied.
rauchg added a commit that referenced this pull request Jul 16, 2014
…r-crash

Fixed the failing test where server crashes on disconnect involving connectBuffer
@rauchg rauchg merged commit cf1c127 into socketio:master Jul 16, 2014
@kevin-roark kevin-roark deleted the fix/disconnect-connectbuffer-crash branch July 17, 2014 04:42
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.

None yet

2 participants