micro-fan / aiozk

Asyncio client for zookeeper
MIT License
49 stars 20 forks source link

v0.20.0: recipes/base_watcher doesn't handle `asyncio.CancelledError` exception properly #44

Open aaronps opened 4 years ago

aaronps commented 4 years ago

And so you might get an ugly log saying: "Not handled in watch loop", maybe cleanup and break or raise would be better.

cybergrind commented 4 years ago

@aaronps yep, you're totally right here