Open tomstockton opened 8 years ago
Considering the following changes:
https://github.com/python-zk/kazoo/issues/169 https://github.com/python-zk/kazoo/pull/174
Do I still need to explicitly call KazooClient.close() after KazooClient.stop()?
KazooClient.close()
KazooClient.stop()
It would seem like u don't have to anymore, interesting.
Considering the following changes:
https://github.com/python-zk/kazoo/issues/169 https://github.com/python-zk/kazoo/pull/174
Do I still need to explicitly call
KazooClient.close()
afterKazooClient.stop()
?