shayhatsor / zookeeper

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

addListener will never called, DispatchEvent will never been called #31

Closed Elvin1492 closed 5 years ago

Elvin1492 commented 5 years ago

if I understood well there is not any caller of addlistener in LeaderElectionSupport. Also, the dummy variable is always empty.

So how should we use addListeners?

shayhatsor commented 5 years ago

for examples on how to use the leader election recipe i suggest looking at the tests