signalr_client
signalr_client copied to clipboard
Sticky sessions
When working with ASP.NET SignalR Streams and scalability you need to uses Sticky Sessions to determine which signalr stream is responsive for your request. Is there a way to use this with this package?
https://learn.microsoft.com/en-us/aspnet/core/signalr/scale?view=aspnetcore-7.0 (for reference)
Any updates on this ?