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
LoggerMessage.Define<TimeSpan,DateTimeOffset>(LogLevel.Warning,newEventId(22,nameof(HeartbeatSlow)),@"Heartbeat took longer than ""{interval}"" at ""{now}"". This could be caused by thread pool starvation.");
LoggerMessage.Define<TimeSpan,TimeSpan,DateTimeOffset>(LogLevel.Warning,newEventId(22,nameof(HeartbeatSlow)),@"As of ""{now}"", the heartbeat has been running for ""{heartbeatDuration}"" which is longer than ""{interval}"". This could be caused by thread pool starvation.");
LoggerMessage.Define<string>(LogLevel.Critical,newEventId(23,nameof(ApplicationNeverCompleted)),@"Connection id ""{ConnectionId}"" application never completed");
@@ -190,9 +190,9 @@ public virtual void NotAllConnectionsAborted()
0 commit comments