SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
292 stars 91 forks source link

Client not automatically reconnecting when running inside Node.js #15

Closed jondubois closed 9 years ago

jondubois commented 9 years ago

This only happens when the client is running in Node.js. See this issue: https://github.com/websockets/ws/issues/543

jondubois commented 9 years ago

This has been resolved in sc-ws (fork) used by socketcluster-client. Just waiting on the PR to be accepted in main ws module: https://github.com/websockets/ws/pull/566