python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

Requirement to explicitly close()? #408

Open tomstockton opened 8 years ago

tomstockton commented 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()?

harlowja commented 7 years ago

It would seem like u don't have to anymore, interesting.