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
ClientSupportsMrtr now purely reflects whether the client negotiated
the MRTR protocol version, independent of server transport mode.
The stateless guard is moved to the call site that gates the high-level
await path (which requires storing continuations). This makes
IsMrtrSupported return true in stateless mode when the protocol matches,
which is correct for the low-level IncompleteResultException API.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments