luofeilong

Results 5 comments of luofeilong

maybe you should use try before 'if not zk.exists(child_path)' command , because all methods in zkclient will raise exception when something wrong in it, just like: ``` if state ==...

can you show you test code? and kazoo version in your project

ok, i found the problem you can debug in your listener func where you want to call kazoo func, and then you can see it is a dead lock. i...