Commit 068b9d21 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8c3fceaa
...@@ -256,7 +256,7 @@ error _WatchLink::replyReq(context::Context ctx, const PinReq *req, const string ...@@ -256,7 +256,7 @@ error _WatchLink::replyReq(context::Context ctx, const PinReq *req, const string
if (!ok) if (!ok)
panic("BUG: stream vanished from wlink._accepted while reply was in progress"); panic("BUG: stream vanished from wlink._accepted while reply was in progress");
// TODO also track as answered? (and don't accept with the same ID ?) // TODO also track as answered for some time and don't accept new requests with the same ID?
return E(err); return E(err);
} }
......
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