mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
* fix(socket): Fixes socket.use error packet which drops nodejs due to nuances of Nodejs' EventEmitter * fix(socket): Fixes missing error event on socket * fix(socket): test fix, should listen for clientSocket instead of server socket * minor update