jgallegor

Results 3 comments of jgallegor

Plugin version 2.6.0. Server runnning the Socket IO is a nodejs server with the socketio version compatible with plugin.

Just tried the chat example and works fine, but this example uses http from socket.io module, and my server is using server.io. It seems an issue produced by the option...

But if no namespace is specified, it will automatically join namespace '/', which is also the default namespace in the server if not specified (which is my case). So this...