rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
344 stars 51 forks source link

#175: Changed Bottery.stop behavior. #181

Closed ivkalita closed 11 months ago

ivkalita commented 6 years ago

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