mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
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.