Asked by:
SignalR wont work with more than 2 users

Question
-
User-42412176 posted
Ive Recently setup a signlR chat thing and have found it is unable to work with more than 2 connected clients outside of localhost. I used Microsofts tutorial for this, search for my issue has shown no results. Is there a limit to how many clients can be connected at one time, if so is there a way to get around this?
Saturday, March 28, 2020 12:42 AM
All replies
-
User283571144 posted
Hi Aiden Wilkins,
Could you please tell me how you hosted the signalr chat in the localhost? By using IIS or IIS express?
Do you host the application on the windows10 or windows server?
As far as I know, the windows10 has the connection limit for the current request.
Best Regards,
Brando
Monday, March 30, 2020 2:34 AM -
User-42412176 posted
IIS express and windows 10, when I hosted it to external I used IIS and windows 10Monday, March 30, 2020 3:02 AM -
User283571144 posted
Hi Aiden Wilkins,
As far as I know, the connection limit is 3 for win10 IIS. It seems you don't match this limit.
Could you please post the error message when you connect to the signalr application with 2 user?
Best Regards,
Brando
Tuesday, March 31, 2020 1:57 AM -
User-42412176 posted
It doesn't produce an error, as soon as the 3rd connects it simply deadlocks all 3 users blocking them from sending messages. Here is the link if you would like to see it for yourself https://novastudios.tk:1010/
Tuesday, March 31, 2020 4:34 PM -
User283571144 posted
Hi Aiden Wilkins,
I guess this issue is related with win10 IIS connection limit. I suggest you could try to host the signalr application on the windows server and try again.
I think this is not related with the codes.
Best Regards,
Brando
Wednesday, April 1, 2020 2:22 AM -
User-42412176 posted
Ok, thank you. Sadly windows server is not an option for me at this time
Wednesday, April 1, 2020 10:33 PM