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
Is your feature request related to a problem? Please describe.
In order for #3740 to have any real-world benefit, the Transport implementations that consume the output from serialization also need to support System.Memory constructs so we can avoid unnecessary copying.
Describe the solution you'd like
Ideally, we should replace all byte[] parameter overloads with Memory<T> or ReadOnlySequence<T> etc. Needs a full spec.
Related: Artery APIs will need to support this from day 1 #4007