在使用 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 的版本不匹配,也可能有其他原因。按照提示信息解决即可。
转载于:https://www.cnblogs.com/CoreXin/p/SignalR.html