-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
We can't really assign to AnyPointer fields in Capn Proto structures. This is a showstopper for continuing to implement CapTP over Capn Proto RPC.
A solution presumably allows us to decouple writers from schemata a bit more; we need to allow two different schemata to write to the same buffer at once in order to do this correctly. We also want to be able to read from AnyPointers, so we need some sort of casting operator.
Metadata
Metadata
Assignees
Labels
No labels