Connections get tagged with the name of its stream.
Now the name of a stream is added as extra parameter by the client, e.g.:
connectionsReadStream.addConnectionsStream('newStream', newConnectionsReadStream);
This stream name/ID should be generated inside the MergeStream for simplicity.
Connections get tagged with the name of its stream.
Now the name of a stream is added as extra parameter by the client, e.g.:
connectionsReadStream.addConnectionsStream('newStream', newConnectionsReadStream);This stream name/ID should be generated inside the MergeStream for simplicity.