You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pullrequest #326 addresses this issue for raised Exceptions during handling a response, but with the latest aiohttp update (mainly aio-libs/aiohttp#1985) the issue reached another level.
The cause for all the resource warnings: aiohttp==2.2.0 does not close the aiohttp.ClientSession created in aiohttp.request() anymore.
The text was updated successfully, but these errors were encountered:
A resource warning is raised on every request to the api endpoints.
hangups version: 0.4.2
aiohttp version: 2.2.0
Pullrequest #326 addresses this issue for raised Exceptions during handling a response, but with the latest aiohttp update (mainly aio-libs/aiohttp#1985) the issue reached another level.
The cause for all the resource warnings:
aiohttp==2.2.0
does not close theaiohttp.ClientSession
created inaiohttp.request()
anymore.The text was updated successfully, but these errors were encountered: