Closed gitten closed 7 years ago
fixed the timeout error following the suggested fix here: https://github.com/KeepSafe/aiohttp/issues/1176
also, switched to a "native coroutine" definition for connect() as described here: http://www.tornadoweb.org/en/stable/guide/coroutines.html?highlight=wait_for#python-3-5-async-and-await
connect()
fixed the timeout error following the suggested fix here: https://github.com/KeepSafe/aiohttp/issues/1176
also, switched to a "native coroutine" definition for
connect()
as described here: http://www.tornadoweb.org/en/stable/guide/coroutines.html?highlight=wait_for#python-3-5-async-and-await