layerqa / aiocryptopay

https://t.me/CryptoBot api asynchronous python wrapper
https://pypi.org/project/aiocryptopay/
MIT License
84 stars 19 forks source link

fix errors with unclosed connections #23

Closed mikemka closed 2 months ago

layerqa commented 2 months ago

It’s better to manually close the session using await crypto.close()

https://github.com/layerqa/aiocryptopay/blob/8b6dd739f6ffc2d4cbdc686b2934578a6aff0798/aiocryptopay/base.py#L59