Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Support for rooms? #206

Open
ashokrkm opened this issue Aug 30, 2014 · 1 comment
Open

Support for rooms? #206

ashokrkm opened this issue Aug 30, 2014 · 1 comment

Comments

@ashokrkm
Copy link

Hi I am sending text from python flask-socketIO like this, and it does not show up in the phone.
Does socket.IO-objc have support for rooms?

socketio.send('message for room', room='room5', namespace='/mynamespace')
@kadaggers
Copy link

The following link has a very good example of how to get rooms to work with socket.IO.
This still requires a backend sails service that takes req.socket and subscribes it to a selected room.

http://stackoverflow.com/questions/25081188/sending-socket-request-from-client-ios-android-to-sails-js-server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants