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.