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

Add ability to broadcast messages to multiple sessions at once. #5

Closed
MatthewWid opened this issue Jan 10, 2021 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@MatthewWid
Copy link
Owner

Add the ability to broadcast events to multiple sessions at once. This will mean that users can call Session methods on the broadcast channel and every session subscribed to that channel will have the same methods called on them.

@MatthewWid MatthewWid added the enhancement New feature or request label Jan 10, 2021
@MatthewWid
Copy link
Owner Author

As a reference implementation: sse-channel uses channels as first-class objects to broadcast to multiple clients.

@MatthewWid
Copy link
Owner Author

Implemented in #24.

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

No branches or pull requests

1 participant