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
Works with RxJava version 1.1.3, but breaks in 1.1.4 with a rx.exceptions.MissingBackpressureException. If you remove the filter on line 16, it works fine on both versions. I'm not sure I understand everything about how backpressure works, but I think this is a bug. Please correct me if I'm wrong.
As a side note, the documentation on backpressure, how it is propagated and which operators use reactive pull backpressure internally is really scarce and difficult to follow.
The text was updated successfully, but these errors were encountered:
The following code:
Works with RxJava version 1.1.3, but breaks in 1.1.4 with a
rx.exceptions.MissingBackpressureException
. If you remove thefilter
on line 16, it works fine on both versions. I'm not sure I understand everything about how backpressure works, but I think this is a bug. Please correct me if I'm wrong.As a side note, the documentation on backpressure, how it is propagated and which operators use reactive pull backpressure internally is really scarce and difficult to follow.
The text was updated successfully, but these errors were encountered: