-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work out of the box with socket.io 1 #6
Comments
Does it show that without using socket.io-clusterhub? |
I am using your guide on the front page. i require the module into store variable and then use it. |
it seems that i closed the issue by mistake. So is this module able to scale socket.io + nodejs apps?? because this would be immensely awesome |
Yes my usage guide and examples are outdated. But I was wondering if the I'll update the readme in a bit. On Saturday, August 16, 2014, Nick Portokallidis [email protected]
Roly Fentanes |
It looks like this part of the socket.io api is deprecated? There is no |
Yes, it looks like socket.io 1.0 isn't supporting stores anymore, leaving On Sun, Aug 17, 2014 at 5:32 AM, Nick Portokallidis <
Roly Fentanes |
.configure has been deprecated , you have to pass a json obj upon creation.
var socketio = require('socket.io')({'store': store }).listen(3000);
cannot make to work:
WebSocket connection to 'ws://127.0.0.1:3000/socket.io/?EIO=2&transport=websocket&sid=S6wsEH4nJpAMpGTNAAAA' failed: Connection closed before receiving a handshake response
Can you suggest something else?
The text was updated successfully, but these errors were encountered: