sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 111 forks source link

Sticky sessions #51

Open felixkriechbaum opened 1 year ago

felixkriechbaum commented 1 year ago

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)

felixkriechbaum commented 1 year ago

Any updates on this ?