kazoo
kazoo copied to clipboard
Context manager for kazoo client
Hello,
I think it would be quite useful to add context manager for kazoo client. Usually I use the client with a flow typical to context manager:
- Start kazoo client
- Do something
- Close the client
Did I overlook something? :) What do you think? Is it worth implementing?
Will be interested in this too