Open
Description
This feature seems to be missing from this package. I checked the code and the connect() method doesn't take any parameters.
With pure socket.io you can do something like this:
io.connect(socketUrl, {query: "email=" + store.get('profile').email + "&type=pc"})
I tried passing the query string like this:
new SocketIO(socketUrl, {query: "[email protected]&type=web"});
The above doesn't work though. I'm not able to get the query string on my server.
Metadata
Metadata
Assignees
Labels
No labels