SignalR start pending

老子叫甜甜 提交于 2019-12-11 13:46:00

问题


I'm working on chat plugn within my ASP.NET MVC application.

Everything works as expected when there are only two users (different browsers). When third user logs in, his SignalR start request is pending, and other users can not use application anymore.

It seems that SignalR allows only two users to connect.

OnConnected method in hub is never called for third user.

Can someone help me?

来源:https://stackoverflow.com/questions/35042642/signalr-start-pending

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!