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
Reference envelope.Body directly instead of copying via ToArray(). Safe because the
body is deserialized synchronously within the awaited subscriber dispatch before the
handler returns, per the handler-scoped IMessage.Data validity contract.
0 commit comments