Answered by:
SignalR Groups simultaneously connections limitations

Question
-
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 9 people are connected in the hub.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?
- Moved by Caillen Monday, March 9, 2015 7:24 AM
Monday, February 23, 2015 10:38 AM
Answers
-
Hi,
good work,but this is a c# forums,you must move your problem to forums.asp.net.
Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]
- Proposed as answer by Ammar.Zaied Monday, March 9, 2015 8:21 AM
- Marked as answer by Just Karl Thursday, April 9, 2015 9:30 PM
Monday, February 23, 2015 10:42 AM -
Various browsers have various limits for maximum connections per host name. Please refer to the following links for more information:
http://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browserhttp://www.stevesouders.com/blog/2008/03/20/roundup-on-parallel-connections/
http://sgdev-blog.blogspot.sg/2014/01/maximum-concurrent-connection-to-same.htmlBut please also post any further questions you may have about web browsers and web developemnt in general at http://forums.asp.net.
Please remember to mark helpful posts as answer to close your threads.- Proposed as answer by Cor Ligthert Monday, February 23, 2015 11:38 AM
- Marked as answer by Just Karl Thursday, April 9, 2015 9:31 PM
Monday, February 23, 2015 10:54 AM
All replies
-
Hi,
good work,but this is a c# forums,you must move your problem to forums.asp.net.
Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]
- Proposed as answer by Ammar.Zaied Monday, March 9, 2015 8:21 AM
- Marked as answer by Just Karl Thursday, April 9, 2015 9:30 PM
Monday, February 23, 2015 10:42 AM -
Various browsers have various limits for maximum connections per host name. Please refer to the following links for more information:
http://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browserhttp://www.stevesouders.com/blog/2008/03/20/roundup-on-parallel-connections/
http://sgdev-blog.blogspot.sg/2014/01/maximum-concurrent-connection-to-same.htmlBut please also post any further questions you may have about web browsers and web developemnt in general at http://forums.asp.net.
Please remember to mark helpful posts as answer to close your threads.- Proposed as answer by Cor Ligthert Monday, February 23, 2015 11:38 AM
- Marked as answer by Just Karl Thursday, April 9, 2015 9:31 PM
Monday, February 23, 2015 10:54 AM