Nextdoor / zkmonitor

Zookeeper Monitoring Daemon
5 stars 4 forks source link

Issue dispatcher update in an async IOLoop. #16

Closed mikhail closed 10 years ago

mikhail commented 10 years ago

This moves the coroutine code that updates the dispatcher onto the IOLoop's instance, rather than the random thread that was invoked by the kazoo's callback.

Tests updated accordingly.

mikhail commented 10 years ago

Cc: @diranged