SignalR project server events Azure.SignalR

Martin J 0 Reputation points
2024-08-01T10:47:56.1133333+00:00

Using SignalR for my project , so working to get the Azure sample, but unable to proceed. server connection drops with unknown error. 

  

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,780 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
139 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 25,236 Reputation points Microsoft Employee
    2024-08-16T10:33:51.06+00:00

    Following-up from the comments, I understand you have tried multiple steps to isolate the issue:

    What specific tier/instance ( Free or Standard etc) are you leveraging?

    Based on my understanding of your issue description, for the (too many requests), kindly upgrade the tier and test. example: For Free instances, Concurrent connection count limit is 20. (whereas, for Standard instance is 1 K).

    Each client is uniquely mapped to a single application server, ensuring that messages from a particular client are consistently directed to the same server. This mapping remains in place until either the client or the application server disconnects.

    Also, checkout this similar discussion thread for more info.

    If you have more questions, please let us know.


    If the answer helped (pointed, you in the right direction) > please click Accept Answer

    0 comments No comments