Closed MatthewWid closed 3 years ago
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.
Session
As a reference implementation: sse-channel uses channels as first-class objects to broadcast to multiple clients.
Implemented in #24.
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.