Nextdoor / ndserviceregistry

Nextdoor ServiceRegistry Foundational Python Class
27 stars 12 forks source link

Issue #54: Clean up the unset() method and make it work in all situations. #57

Closed diranged closed 10 years ago

diranged commented 10 years ago

This fixes up the unset() method so that it works in all situations -- whether a node is registered through the current ServiceRegistry object or not, and regardless of whether the node actually exists in Zookeeper or not.

Issue #54