I am trying to figure out how to use SignalR scaleout wit SqlServer backplane. Otherwise we are not able to use multiple instances in Kubernetes.
I looked up a Nuget Microsoft.AspNetSignalR.SqlServer
but it is not there for NET6
.
I also tried to find in docs, but this one talks about Redis backplane https://learn.microsoft.com/en-us/aspnet/core/signalr/redis-backplane?view=aspnetcore-6.0
Is it possible to use SQL Server and if so, how?
Thanks