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 idea is for the source generator to generate equivalent code in the DispatchAsync "switch/case". We'd generate Request.DecodeXxx and Response.EncodeXxx with slice-cs as usual.
If needed, we could add additional information in the SliceOperationAttribute.
The text was updated successfully, but these errors were encountered:
We should look into removing SliceD methods, like #3737 removes ProtobufD methods.
For example:
The idea is for the source generator to generate equivalent code in the DispatchAsync "switch/case". We'd generate Request.DecodeXxx and Response.EncodeXxx with slice-cs as usual.
If needed, we could add additional information in the SliceOperationAttribute.
The text was updated successfully, but these errors were encountered: