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
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.
The text was updated successfully, but these errors were encountered:
brechtvdv
changed the title
Remove stream name parameter when adding stream to MergeStream
Remove stream name parameter of MergeStream
Jan 20, 2016
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.
The text was updated successfully, but these errors were encountered: