We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A previous fix for issue #172 has caused a new behaviour: occasional close events emitted from the client (the native addon).
Tested with a ZooKeeper server v3.4.8.
To Reproduce Connect a client and run exist and get actions.
Expected behavior The addon should handle the ZNOTHING return code. Perhaps implement a counter and emit close after n number of tries?
Desktop (please complete the following information):
Additional context The bug probably appeared in versions after v4.0.2 of node-zookeeper.
The text was updated successfully, but these errors were encountered:
DavidVujic
No branches or pull requests
Describe the bug
A previous fix for issue #172 has caused a new behaviour: occasional close events emitted from the client (the native addon).
Tested with a ZooKeeper server v3.4.8.
To Reproduce
Connect a client and run exist and get actions.
Expected behavior
The addon should handle the ZNOTHING return code. Perhaps implement a counter and emit close after n number of tries?
Desktop (please complete the following information):
Additional context
The bug probably appeared in versions after v4.0.2 of node-zookeeper.
The text was updated successfully, but these errors were encountered: