mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 17:07:54 -05: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