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
To better align with dotnet guidance around resource disposal, our transport seam should separate Shutdown from resource disposal by making disposal (likely by requiring transports to implement IAsyncDisposable) explicit.