socket.io-ruby-client
socket.io-ruby-client copied to clipboard
Can't connect to socket.io server with a namespace
If you have a service that runs on NodeJS via socket.io with a namespace, socket.io-ruby-client cannot select that namespace and connect to the service
I am not sure what the problem is. Could you give me an example nodeJS implementation? or is it a name spacing (subdomain) problem?
If I have a node istance that is waiting for connections in two different namespace ( /service1 and /service2), with your library how can I sent a socketio data in a specific namespace (eg /service1) ?