在使用 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 的版本不匹配,也可能有其他原因。按照提示信息解决即可。

相关文章:

  • 2021-11-16
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2021-05-25
  • 2021-05-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
相关资源
相似解决方案