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

.

parent 9c9597bd
......@@ -275,7 +275,8 @@ pair</*reply*/string, error> _WatchLink::sendReq(context::Context ctx, const str
if (err != nil)
return make_pair("", E(err));
// XXX new err ctx wlink: sendReq .%d: recvReply
// wait for reply
E = xerr::Contextf("%s: sendReq .%d: recvReply", v(wlink), stream);
int _ = select({
ctx->done().recvs(), // 0
......
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