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
So that negative requests don't need to be checked by every Operator that supports backpressure why don't we add a check at the start of Subscriber.request:
Looks to me that n = 0 should be allowed through because it may override a default of Long.MAX_VALUE sometimes (asking an upstream producer to produce nothing as opposed to whatever a default might be). I'll make a PR with the n < 0 check only.
So that negative requests don't need to be checked by every
Operator
that supports backpressure why don't we add a check at the start ofSubscriber.request
:Happy to submit PR if has support.
The text was updated successfully, but these errors were encountered: