Azure / azure-signalr

Azure SignalR Service SDK for .NET

Home Page:https://aka.ms/signalr-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facing Frequent Connection Drops - The connection is not active, data cannot be sent to the service

AhsanKhan-Marn opened this issue · comments

The Azure SignalR Server and Client connections have been dropping frequently since yesterday.

image

The thread count is also attached:
image

It looks like thread pool starvation in your app server side.
please read this document to detect and resolve it in app server side.