stealjs / steal-socket.io

A small wrapper that lets you use socket.io on the client and server
MIT License
2 stars 3 forks source link

Support multiple socket connections #14

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

Since we are mocking Socket.io, we need to mock the behavior for opening new socket connections. #13 solves most if not all of this.

marshallswain commented 7 years ago

Fixed in https://github.com/stealjs/steal-socket.io/pull/13