Re: [capnproto] How do I detect when a remote capability that is passed to 3rd-party is released by 3rd-party?

2020-06-19 Thread 'Kenton Varda' via Cap'n Proto
Hi Christian, It's intentional that you can't see the event in this case. Eventually, we expect that the third server will be able to form a direct connection to the first server here, so the second server is cut out of the loop. There are three design patterns you can use to get what you want

[capnproto] How do I detect when a remote capability that is passed to 3rd-party is released by 3rd-party?

2020-06-19 Thread Christian Wendt
Hi, I am relative new to Cap'n Proto and completely lost with one issue: There is one server with a certain capability. This capability is sent to a 2nd server, which stores the capability in a directory. A 3rd server queries the directory and accesses the capability and eventually releases