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: