Re: [capnproto] v2 modules and versioning

2023-10-31 Thread 'Kenton Varda' via Cap'n Proto
[Sorry for the long delay in replying -- I recently moved into a new house and have been rather swamped.] Cap'n Proto follows in the Protobuf philosophy of versioning, which is, there are no versions, or alternatively, versions are a continuous spectrum. As long as each incremental change is made

Re: [capnproto] Usage of TwoPartyClient() for client callback mechanism

2023-10-31 Thread Bhavya R
Hello Kenton, Thanks a lot for the input. kj::newPromiseAndCrossThreadFulfiller() approach works for me. On Tuesday, October 24, 2023 at 9:17:08 PM UTC+1 ken...@cloudflare.com wrote: > This is expected. The KJ event loop runs when you call `.wait()`. The > event loop checks for network events