From e244747bc3ec02ea76d210cbc6d23934b87d979e Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 22 Feb 2024 14:22:45 -0500 Subject: [PATCH] Add note that maybe `Context._eoc` should be set by caller? --- tractor/_exceptions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tractor/_exceptions.py b/tractor/_exceptions.py index bdd8d41..fe3f270 100644 --- a/tractor/_exceptions.py +++ b/tractor/_exceptions.py @@ -371,6 +371,8 @@ def _raise_from_no_key_in_msg( ) from None # `MsgStream` termination msg. + # TODO: does it make more sense to pack + # the stream._eoc outside this in the calleer always? elif ( msg.get('stop') or (