Open briancurtin opened 6 years ago
When running tests we sometimes get the following output to stdout or stderr coming from aiohttp. It's probably because of either timed out. In any case, it probably should not be happening.
aiohttp
Unclosed connection client_connection: Connection<ConnectionKey(host='some_url', port=443, ssl=True)>
When running tests we sometimes get the following output to stdout or stderr coming from
aiohttp
. It's probably because of either timed out. In any case, it probably should not be happening.