Unable to make Azure SignalR work in Default mode
I have a service made with .Net Core 8, which is a Web API with a SignalR Hub. This service will scale horizontally. For this reason I intend to use the Azure SignalR service in Default mode to act as a proxy between the different instances of my service.