Replies: 1 comment
-
Hello, const connection = new signalR.HubConnectionBuilder()
.withUrl("/hub", {
transport: signalR.HttpTransportType.WebSockets,
skipNegotiation: true
})
.build();
await connection.start(); Stateful data still needs to be managed in your Hub code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Is it possible to use a stateful connection without the negotiate step when using WebSocket?
Beta Was this translation helpful? Give feedback.
All reactions