Open antivabo opened 7 years ago
Case: zk = KazooClient(hosts=zk_hosts) zk.start() zk.stop() zk.close() zk.ensure_path('/path/path')
After last current thread will be blocked. Seems that reason the same as described here - https://github.com/python-zk/kazoo/pull/139
Should it be fixed or this treated as normal behaviour?
Case: zk = KazooClient(hosts=zk_hosts) zk.start() zk.stop() zk.close() zk.ensure_path('/path/path')
After last current thread will be blocked. Seems that reason the same as described here - https://github.com/python-zk/kazoo/pull/139
Should it be fixed or this treated as normal behaviour?