forked from goodboy/tractor
Add note that maybe `Context._eoc` should be set by caller?
parent
5a09ccf459
commit
e244747bc3
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue