asp.net mvc - SignalR start pending -


i'm working on chat plugn within asp.net mvc application.

everything works expected when there 2 users (different browsers). when third user logs in, signalr start request pending, , other users can not use application anymore.

it seems signalr allows 2 users connect.

onconnected method in hub never called third user.

enter image description here

can me?


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -