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
At the moment picobuf.Marshal and picobuf.Unmarshal expect messages of type picobuf.Message, which has some specific methods. However, drpc endpoints create typedefinitions such as:
I would expect the Invoke to register with a more specific message such as picobuf.Message instead of relying on drpc.Message and expecting that Marshal and Unmarshal don't have additional constraints.
The text was updated successfully, but these errors were encountered:
egonelbre
changed the title
drpc compatibility with regards to Marshal and Unmarshal.
picobuf compatibility with regards to Marshal and Unmarshal.
Jul 19, 2024
At the moment
picobuf.Marshal
andpicobuf.Unmarshal
expect messages of typepicobuf.Message
, which has some specific methods. However,drpc
endpoints create typedefinitions such as:I would expect the
Invoke
to register with a more specific message such aspicobuf.Message
instead of relying ondrpc.Message
and expecting thatMarshal
andUnmarshal
don't have additional constraints.The text was updated successfully, but these errors were encountered: