0

I have project with SignalR in ASP.net Core 2.0 and C#, there is no problem when I test it locally but when I upload project on Azure, there is limit on connections and I can make only 5 concurrent connection. I checked the web and I just found solutions like Limiting performance factors of WebSocket in ASP.NET 4.5? It shows some settings in web.config but I do not have web.config file. How can I increase my concurrent connections?

Mohammad Taherian
  • 1,622
  • 1
  • 15
  • 34

1 Answers1

0

Thanks to SignalR guys, They found the problem. That issue was happened because I was using free plan of Azure and it is limited to 5 WebSockets. By changing the plan, problem was solved.

Mohammad Taherian
  • 1,622
  • 1
  • 15
  • 34