-
Notifications
You must be signed in to change notification settings - Fork 699
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
[FIXED] Closing connection on max subscriptions exceeded #1709
Conversation
2f9f9db
to
efa0f6b
Compare
any other side effect from the changes? seems this also now avoids closing when creating an invalid subscription? |
efa0f6b
to
5a7192a
Compare
Just checking, when we get this error we should not be closing the connection from the client side. |
@derekcollison correct, this used to be the case but this change will cause it to just invoke error callback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hey @piotrpio , |
This one is about subscriptions, not max_waiting in pull requests, so I doubt its related. |
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
5a7192a
to
aff4d89
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Piotr Piotrowski piotr@synadia.com