shayhatsor / zookeeper

Apache ZooKeeper .NET async Client
https://nuget.org/packages/ZooKeeperNetEx/
Apache License 2.0
236 stars 53 forks source link

Watcher events loss #47

Open giudamico84 opened 3 years ago

giudamico84 commented 3 years ago

I have a client that quickly changes the state of the nodes. This causes on the server side, using a watcher, the loss of some events.

Is there a robust implementation that handles event loss?