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
reset should be calleable on error instead of close and the transport can decide whether it needs to close it's underlying http or asyncio connection. However a close should ensure the underlying aiottp.ClientSession is closed to prevent asyncio:Unclosed Client Session errors.
The text was updated successfully, but these errors were encountered:
reset
should be calleable on error instead ofclose
and the transport can decide whether it needs to close it's underlying http or asyncio connection. However aclose
should ensure the underlyingaiottp.ClientSession
is closed to preventasyncio:Unclosed Client Session
errors.The text was updated successfully, but these errors were encountered: