Commit b459a4b2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 10c96fc9
...@@ -678,7 +678,7 @@ def watch(w, zf, at): # XXX -> ? ...@@ -678,7 +678,7 @@ def watch(w, zf, at): # XXX -> ?
pinv = w._expectPin(ctx, zf, pinok) pinv = w._expectPin(ctx, zf, pinok)
for p in pinv: for p in pinv:
p.reply(b"ack") # XXX -> return to caller? p.reply(b"ack") # XXX -> return to caller?
# check that we don't get extra pin notifications before "ok" to "watch" # check that we don't get extra pins before "ok" reply to "watch"
try: try:
req = w.recvReq(ctx) req = w.recvReq(ctx)
except Exception as e: except Exception as e:
......
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