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.
can me?
Comments
Post a Comment