You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pogs module doesn't have seem to have support for anyPointer. When we have a known interface, we can deserialize into a capnp.Client object, however the module cannot deserialize anyPointer into anything.
Use case: my schema looks like this. My goal is to send a set of capabilities across the wire, but in a dynamic fashion. I have code working for this that doesn't use pogs, so I know the concept works.
The pogs module doesn't have seem to have support for anyPointer. When we have a known interface, we can deserialize into a
capnp.Client
object, however the module cannot deserializeanyPointer
into anything.I believe the fix is as simple as adding the
anyPointer
type to this line, but I'm not sure: https://github.com/capnproto/go-capnproto2/blob/master/pogs/extract.go#L397Use case: my schema looks like this. My goal is to send a set of capabilities across the wire, but in a dynamic fashion. I have code working for this that doesn't use pogs, so I know the concept works.
The text was updated successfully, but these errors were encountered: