-
Notifications
You must be signed in to change notification settings - Fork 75
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
(max - this.inFlight()) have to be greater than or equal to 0 #404
Comments
Might be nice to put in a check for |
Sure, but are you running into a situation where |
|
Only when the perConnectionMax is 0, it will run here, but this code always rebalances within 50 milliseconds and cannot be observed. |
When the current_state_name is TRY_ONE, max is 1 and inFlight() can be 3. |
OK, I'm convinced :) Let me investigate and work on a fix. |
The text was updated successfully, but these errors were encountered: