Commit f9c4ebde authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9f7d7070
......@@ -423,6 +423,9 @@ class tWatch:
# ask wcfs to close its tx & rx sides; close(wcfs.tx) wakes up
# _serveRecv on client (= on us).
t._send(1, b'bye')
# XXX we can get stuck here if wcfs does not behave as we want.
# XXX in particular if there is a silly - e.g. syntax or type error in
# test code - we curently get stuck here.
t._serveDone.recv()
t.wtx.close()
......
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