Azure / azure-signalr

Azure SignalR Service SDK for .NET

Home Page:https://aka.ms/signalr-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More documentation how the default mode works

courosh12 opened this issue · comments

Is your feature request related to a problem? Please describe.

I am trying to understand how azure signalr service works (default mode ) when having multiple hub servers.
Is it using a backplane? is it comparable to having signalr service with redis backplane?
Are clients connected to my servers?

Describe the solution you'd like

Good documentation on how azure signalr service (default mode) works

You don't need a backplane if you are using Azure SignalR, and clients are connected to your servers through "server connections": here contains the detail: https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-concept-internals