Remove sink from stream
Is it at all possible to "undo" adding a sink on a stream? I am trying to make it so that once the writable stream fulfills some condition, it should stop reading from the readable.
1 Reply
i worked around it using
readerFromStreamReader
and abortable