We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0defb22 + 29d8813 commit 3113507Copy full SHA for 3113507
articles/azure-signalr/signalr-howto-troubleshoot-guide.md
@@ -389,7 +389,7 @@ public class ThreadPoolStarvationDetector : EventListener
389
{
390
// See: https://learn.microsoft.com/dotnet/framework/performance/thread-pool-etw-events#threadpoolworkerthreadadjustmentadjustment
391
if (eventData.EventId == EventIdForThreadPoolWorkerThreadAdjustmentAdjustment &&
392
- eventData.Payload[3] as uint? == ReasonForStarvation)
+ eventData.Payload[2] as uint? == ReasonForStarvation)
393
394
_logger.LogWarning("Thread pool starvation detected!");
395
}
0 commit comments