Fork me on GitHub
#aleph
<
2018-06-28
>
kachayev16:06:12

@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

alexyakushev20:06:04

@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.