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
Assert.Equal("The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.",ex.Message);
Assert.Equal("The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.",rootException.Message);
2075
2080
2076
2081
awaitrequestAbortedTcs.Task.DefaultTimeout();
2077
2082
@@ -2191,8 +2196,8 @@ public async Task ServerReset_InvalidErrorCode()
0 commit comments