From a4859c969c57d5791e95a210fea357b78ea3cf99 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 2 Jun 2021 08:22:51 -0400 Subject: [PATCH] Drop bad .close() call --- tractor/to_asyncio.py | 1 - 1 file changed, 1 deletion(-) 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)