seems like in the source code you can add watchers: ``` zk.session.add_watch_callback(3, '/my/favorite', my_func) ``` but apart from that the func needs to by sync instead of async, and isn't documented. work in progress?
seems like in the source code you can add watchers:
but apart from that the func needs to by sync instead of async, and isn't documented.
work in progress?