Commit f4b0e93e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b0d4d81c
......@@ -80,7 +80,6 @@ error _WatchLink::close() {
_WatchLink& wlink = *this;
wlink._closeTX();
#if 0
wlink._serveCancel();
// 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
......@@ -88,6 +87,7 @@ error _WatchLink::close() {
//
// XXX -> better pthread_kill(SIGINT) instead of relying on wcfs proper behaviour?
// XXX -> we now have `kill -QUIT` to wcfs.go on test timeout - remove ^^^ comments?
#if 0
error err = wlink._serveWG.wait();
// canceled is expected and ok
if (err == context.canceled)
......
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