-
Notifications
You must be signed in to change notification settings - Fork 184
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
join #12
Comments
You should use that code at server side - https://github.com/rikulo/socket.io-dart |
I use nodejs socketio on server |
Is it available at JS client? |
@jumperchen is right. You need to emit a message from the client and listen to that message on the server. On receiving that message you should perform the join. It is not the responsibility of the client |
How to do like this
socket.join('some room');
?
The text was updated successfully, but these errors were encountered: