SignalR Connection has not been fully initialized

在使用 SignalR 过程中
遇到 SignalR: Connection has not been fully initialized. Use .start().done() or .start().fail() to run logic after the connection has started.
应该按照提示将 fail(function (data) { console.log("fail=" + data); }) 打印出来,基本会提示具体的错误信息。
可能会是前端JS与后台Singnalr 的版本不匹配,也可能有其他原因。按照提示信息解决即可。
posted @ 2016-05-16 07:44  欣欣点灯  阅读(761)  评论(0编辑  收藏  举报