bottery
bottery copied to clipboard
#175: Changed Bottery.stop behavior.
This patch fixes two problems in the Bottery.stop behavior:
-
self.session.close()
was not awaited; -
self.loop.close()
causes an exception "Can not close running loop" in some cases.
Closes: #175