Redis – SignalR negotiation with multiple server pods (load balancing)
I'm having a problem with SignalR in my .NET app. There are two steps for connecting the frontend to the socket: 1º Send a HTTP POST request to negotiate(as I'm not skipping the negotiation) with the hub (get the token…