Base solution for your next web application
Open Closed

Getting connection count limit in reached in signalR #10808


User avatar
0
shedspotter created

What is your product version? 10.3.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 5

Hi , We are using azure signalR with basic tier which allow us 20 connections in it but we have found that if no body is using the applicaion it still shows all connection are using by the server and due to which we are unable to test signalR related functionality when we used application again we are getting excetion "Connection count reaches limits".

Screen shot of azure that server is using all the connection

even if we restart the server it will go to 0 and then agian occupied all the connections.

please provide a soltuion asap. Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @shedspotter

    We don't have a special implementation for Azure SignalR service. Maybe it will be better for you to contact with Azure support and get a guidance about this problem.

  • User Avatar
    0
    shedspotter created

    Hi @ismcagdas , could you please help me to undersatand how can we open and closed the signalR connection in asp.net zero application.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @shedspotter

    It is managed by SignalR itself. When a user opens the web app, the connection is opened. When a user closes the browser (the app), the connection should be closed. Does that work this way ?

    Thanks,