Cannot send data if the connection is not in the 'Connected' State - works locally but not on Azure

后端 未结 0 420
感情败类
感情败类 2021-01-25 03:30

The below code works perfectly fine using VS Code on my local machine.

const connection = new signalR.HubConnectionBuilder()
    .withUrl("/MessageHub")         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题