Answers for "Error: Failed to complete negotiation with the server: Error signalr"

0

Error: Failed to complete negotiation with the server: Error signalr

connection = new signalR.HubConnectionBuilder()
    .configureLogging(signalR.LogLevel.Debug)
    .withUrl("http://localhost:5000/decisionHub", {
      skipNegotiation: true,
      transport: signalR.HttpTransportType.WebSockets
    })
    .build();
Posted by: Guest on April-26-2022

Code answers related to "Error: Failed to complete negotiation with the server: Error signalr"

Browse Popular Code Answers by Language