I discovered that there is no off method on ResponseStream, what makes the usage of this stream very inconvenient. I need to disable some of handlers but keep stream running, so it seems like there are no ways to do it in current implementation. Could you please add this missed method?
Versions of relevant software used
0.15.0
What happened
I discovered that there is no
off
method onResponseStream
, what makes the usage of this stream very inconvenient. I need to disable some of handlers but keep stream running, so it seems like there are no ways to do it in current implementation. Could you please add this missed method?Thanks