-
Notifications
You must be signed in to change notification settings - Fork 534
clarify meaning of “overflow protection” #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, I cannot see how it could be handled differently, it cannot be silently ignored since the Subscriber is keeping track of the demand it has requested. It is also fail-fast which is good. I'd like to propose:
|
Others? @reactive-streams/contributors |
Not sure, what about maxing out the capacity to Long.MAX instead of throwing an exception ? |
I thought about that but I don't think it'll work because then the On Sun, Jun 29, 2014 at 12:32 AM, Stephane Maldini <[email protected]
Cheers, |
I would omit "infinite number of calls" -- anything involving infinities is bound to become ontological at some point :-) Maybe say: "indefinite number of calls" |
@mariusaeriksen How about "unbounded"? |
I like that.
|
Time to finalize the votes, if you need more time, please respond here with how much time (reasonable) is needed to cast your vote. @reactive-streams/contributors |
👍 Unbounded added to @viktorklang wording makes sense |
Happy to merge this. |
👍 for the modified text with "unbounded": A |
….17) and clarifies the semantics.
Fixes #66 - Moves the rule governing overflow protection (1.18) to (3.17...
@benjchristensen proposed
The text was updated successfully, but these errors were encountered: