You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue with fork. In 2.x, there's no concept of "unsubscribing", so even though your r fork no long needs data after the first two values, it can't signal to the source that it no longer wishes to exert backpressure.
Your choices are:
Use the 3.0.0 beta: npm install highland@next. This is beta software, so standard disclaimers apply, but it should be generally bug-free.
Check a sample below
As a result I see:
Why do I have only two elements from l-stream? How can I achieve behavior when It emits all 5?
I know that it's possible with .observe but in a case I loose back pressure
The text was updated successfully, but these errors were encountered: