我在我的 mvc 3 应用程序中使用 Signal R。当我尝试从客户端连接时,它会失败。
$.connection.hub.start(function () {
alert('connected');
}).fail(function () { alert('failed'); }).done(function () {
msgserver.unreadMessagesCount("SignalR", int);
});