Click here to Skip to main content
15,891,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've completed a chat application in signalr with user join based on a group Id.

The user access the webchat using a link "http://host/Index/{GroupId}/{UserId}", everyting works perfect until more than 5 people are connected in the same group.

I've looked on gitHub about connection limitations for SignalR but i didn't found anything about group connection limitations. Does anybody have an ideea?
Posted

1 solution

Which browser do you use?
Browsers limits the numbers of parallel connection (For example Chrome around 6 instances). Try to use different browser and check if more clients could connect to your application. Than this is the problem.

See also:
http://forums.asp.net/t/2028556.aspx?Multiple+Instance+of+same+Browser+for+one+application+with+SignalR[^]
 
Share this answer
 
v2
Comments
[no name] 23-Feb-15 5:34am    
Thanks for the answer but I've opened the application from multiple computers and now i'm limited to simultaneously connections, so i don't thing that the problem is the browser.
stibee 23-Feb-15 6:20am    
Did you have enabled logs on server side?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900