bottery icon indicating copy to clipboard operation
bottery copied to clipboard

#175: Changed Bottery.stop behavior.

Open ivkalita opened this issue 6 years ago • 0 comments

This patch fixes two problems in the Bottery.stop behavior:

  1. self.session.close() was not awaited;
  2. self.loop.close() causes an exception "Can not close running loop" in some cases.

Closes: #175

ivkalita avatar Oct 23 '18 22:10 ivkalita