Skip to content
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

Namespace in room functions #432

Closed
skortchmark9 opened this issue Mar 21, 2017 · 0 comments
Closed

Namespace in room functions #432

skortchmark9 opened this issue Mar 21, 2017 · 0 comments

Comments

@skortchmark9
Copy link

Hey Miguel - I was really stoked to see that you added the sid param to the rooms() method. Now I can address clients in my HTTP API! The only thing currently missing is the option to pass in a namespace: currently I have to do:

request.namespace = '/'
rooms(sid=client_sid)

With that change, you could remove the

This is a function that can only be called from a SocketIO event handler.

restriction!

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

No branches or pull requests

2 participants