User-335504541 posted
Hi Test888,
For example, each time new user connects to web site then it creates new Hub connection to WebApi.
It means that if 10K users connect to web site then it will create 10K connections to SignalR Hub.
SinglaR don't have any limmiation of concurrent connections. That's the web server part.
The maximum number of concurrent connections depends on your settings.
https://github.com/SignalR/SignalR/wiki/Performance
Best Regards,
Billy