Log error

wip_fix_asyncio_gen_streaming
Tyler Goodlet 2020-09-12 11:41:17 -04:00
parent 1f3de88422
commit dd0cfe2f5a
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ async def run_task(
"""
nonlocal err
err = task.exception()
if err:
log.exception("asyncio task errorred:")
cancel_scope.cancel()
task.add_done_callback(cancel_trio)