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

Re: [capnproto] CapnProto C++ as library for parsing textual schemas

2020-06-19 Thread John Demme
https://github.com/capnproto/capnproto/pull/1016 Wasn't that difficult ;) ~John On Thursday, June 18, 2020 at 7:54:02 PM UTC-7, John Demme wrote: > > Yeah, I thought of that but it was too ugly. Also, I had some C# code > which worked on a CodeGenRequest lying around from an abandoned version