Re: [capnproto] RPC protocol framing details?

2022-12-16 Thread 'Kenton Varda' via Cap'n Proto
Yes, the messages are simply written to the wire one after another. Cap'n Proto messages in the standard serialization are self-delimiting, so there's no need for a framing protocol. -Kenton On Fri, Dec 16, 2022 at 12:07 PM Jens Alfke wrote: > The RPC docs say: > > > The Cap'n Proto RPC

[capnproto] RPC protocol framing details?

2022-12-16 Thread Jens Alfke
The RPC docs say: > The Cap'n Proto RPC protocol is defined in terms of Cap'n Proto serialization > schemas. The documentation is inline. See rpc.capnp. That interface definition is beautifully commented, it’s practically Literate Programming, but it’s not the whole story. How are the messages