I'm using signalR, angular client with .Net Core, both projects frontend and backend are deployed to azure. When I open a small number of client it works fine. but when try a loading test with many useres at same time the websockets fail. I'm asking if I need to configure some things to enable a large number of user at same time.
Asked
Active
Viewed 145 times
0

Simon Price
- 3,011
- 3
- 34
- 98

omar foudhaili
- 57
- 5
-
Can you show your code please – Simon Price Oct 31 '20 at 21:48
-
Are you seeing any Cors issues in the console? – Simon Price Oct 31 '20 at 21:48
-
How large are you talking? There are some limits in Azure App Service https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#app-service-limits The general recommendation when you want a large amount of connections is to use the Azure SignalR Service. – Brennan Nov 01 '20 at 02:27
-
There are no cors issues , cors is ok . but when open many connection at same time it fail – omar foudhaili Nov 01 '20 at 13:04