Issue with merging streams with debounce
I want to merge two streams, one of which is debounced. But it seems like the reading of the stream is interrupted after the first value from the debounced stream is emitted.
Here is the code:
And I am getting this output:
Can someone please explain why is the stream interrupted? When I remove the debounce, both streams are red until end...
Here is the code:
And I am getting this output:
Can someone please explain why is the stream interrupted? When I remove the debounce, both streams are red until end...
