socket.io-ruby-client icon indicating copy to clipboard operation
socket.io-ruby-client copied to clipboard

Can't connect to socket.io server with a namespace

Open risinglf opened this issue 13 years ago • 2 comments

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

risinglf avatar Jan 27 '12 16:01 risinglf

I am not sure what the problem is. Could you give me an example nodeJS implementation? or is it a name spacing (subdomain) problem?

lyondhill avatar Mar 02 '12 07:03 lyondhill

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) ?

risinglf avatar Mar 08 '12 12:03 risinglf