Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey, we have a lot of issues with this crate disconnecting from the network and making the whole process crash, basically.
It's strange because we didn't have any issues at the time when we were using https://docs.rs/zookeeper-client/latest/zookeeper_client/
Do you know what could be the culprit?
We're running with the exact same zookeeper version.
I thought adding support for tcp-keepalive could maybe help, but I doubt it.
Fix #92
Also, since we establishes the connection straight away in the
new
and don't use a builder or something, I had to introduce a new parameter in thenew
function which is a breaking change 🥺