Closed ivkalita closed 11 months ago
This patch fixes two problems in the Bottery.stop behavior:
self.session.close()
self.loop.close()
Closes: #175
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