Option to skip negotiation option for SignalR C++ client #21386
Labels
area-signalr
Includes: SignalR clients and servers
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
To avoid using sticky sessions, the client needs to skip negotiation and uses WebSockets. Since the C++ client only supports WebSockets anyway, there should also be a way to skip negotiation.
It could be
.skip_negotiation(true)
with the hub connection builder.The text was updated successfully, but these errors were encountered: