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
|
) from None
|
||||||
|
|
||||||
# `MsgStream` termination msg.
|
# `MsgStream` termination msg.
|
||||||
|
# TODO: does it make more sense to pack
|
||||||
|
# the stream._eoc outside this in the calleer always?
|
||||||
elif (
|
elif (
|
||||||
msg.get('stop')
|
msg.get('stop')
|
||||||
or (
|
or (
|
||||||
|
|
Loading…
Reference in New Issue