Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
422 stars 100 forks source link

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

Open AhsanKhan-Marn opened 11 months ago

AhsanKhan-Marn commented 11 months ago

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

image

The thread count is also attached:

image
vwxyzh commented 11 months ago

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