diff --git a/tractor/to_asyncio.py b/tractor/to_asyncio.py index f678b55..ef7d595 100644 --- a/tractor/to_asyncio.py +++ b/tractor/to_asyncio.py @@ -111,7 +111,6 @@ def _run_asyncio_task( # cancel_scope.cancel() from_aio._err = aio_err - to_trio.close() task.add_done_callback(cancel_trio)