diff --git a/tractor/_streaming.py b/tractor/_streaming.py index f24856c..b112956 100644 --- a/tractor/_streaming.py +++ b/tractor/_streaming.py @@ -323,7 +323,7 @@ class MsgStream(trio.abc.Channel): # caller can still conduct 2-way streaming using this # ``bstream`` handle transparently as though it was the msg # stream instance. - bstream.send = self.send + bstream.send = self.send # type: ignore yield bstream