From 186968d3e75ee18cedeb0fee97a72bb6025df45f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 14 Jun 2021 13:27:52 -0400 Subject: [PATCH] Don't clobber msg loop mem chan... --- tractor/_portal.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tractor/_portal.py b/tractor/_portal.py index 32e71b0..3d1bd9c 100644 --- a/tractor/_portal.py +++ b/tractor/_portal.py @@ -332,12 +332,6 @@ class Portal: # message right now since there shouldn't be a reason to # stop and restart the stream, right? try: - - # We are for sure done with this stream and no more - # messages are expected to be delivered from the - # runtime's msg loop. - await recv_chan.aclose() - await ctx.cancel() except trio.ClosedResourceError: