reactive-streams-for-java-developers icon indicating copy to clipboard operation
reactive-streams-for-java-developers copied to clipboard

Single stream broadcasting results to all web socket clients?

Open relgames opened this issue 6 years ago • 0 comments

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?

relgames avatar May 05 '18 11:05 relgames