Commit 895ffa48 authored by Kenton Varda's avatar Kenton Varda

add TwoPartyClient::onDisconnect()

parent 822d2399
......@@ -138,6 +138,8 @@ public:
Capability::Client bootstrap();
// Get the server's bootstrap interface.
inline kj::Promise<void> onDisconnect() { return network.onDisconnect(); }
private:
TwoPartyVatNetwork network;
RpcSystem<rpc::twoparty::VatId> rpcSystem;
......
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