@alexyakushev What about creating another stream s
and connecting 2 of yours to the s
? Does this work? I mean it depends on the task you’re solving
@kachayev That works indeed, but it renders the original two streams "unusable" for others. Even though Manifold allows tapping into a stream multiple times, it destroys the backpressure you might rely on. However, that's the approach I ended up using, basically.