You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
Looks like this code will materialize the full stream for each new web socket client, meaning duplicates of each processing step.
It can be expensive in real applications.
Is there a way to have just 1 stream and broadcast results to all web socket clients?
The text was updated successfully, but these errors were encountered:
relgames
changed the title
A separate copy of the stream for each web socket client
Single stream broadcasting results to all web socket clients?
May 5, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like this code will materialize the full stream for each new web socket client, meaning duplicates of each processing step.
It can be expensive in real applications.
Is there a way to have just 1 stream and broadcast results to all web socket clients?
The text was updated successfully, but these errors were encountered: