Commit 6b0fddc2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 266a2474
......@@ -552,6 +552,11 @@ class tWatchLink:
stream = int(stream)
msg = msg.rstrip('\n')
if stream == 0: # control/fatal message from wcfs
# XXX print -> receive somewhere?
print('C: watch : rx fatal: %r' % msg)
continue
reply = bool(stream % 2)
if reply:
with t._rxmu:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment