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 protoco
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