Update signalr.md for Azure SignalR reconnect (#34213)

pull/34181/head
Liangying.Wei 2024-11-26 16:39:55 +08:00 committed by GitHub
parent 682d78be82
commit 78bbce43e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -22,11 +22,9 @@ Blazor works best when using WebSockets as the SignalR transport due to lower la
:::moniker range=">= aspnetcore-8.0"
<!-- UPDATE 9.0 Remove when support is present -->
## Azure SignalR Service with stateful reconnect
[Stateful reconnect](xref:signalr/configuration#configure-stateful-reconnect) (<xref:Microsoft.AspNetCore.SignalR.Client.HubConnectionBuilderHttpExtensions.WithStatefulReconnect%2A>) was released with .NET 8 but isn't currently supported for the Azure SignalR Service. For more information, see [Stateful Reconnect Support? (`Azure/azure-signalr` #1878)](https://github.com/Azure/azure-signalr/issues/1878).
The Azure SignalR Service with SDK [v1.26.1](https://github.com/Azure/azure-signalr/releases/tag/v1.26.1) or later supports [SignalR stateful reconnect](xref:signalr/configuration#configure-stateful-reconnect) (<xref:Microsoft.AspNetCore.SignalR.Client.HubConnectionBuilderHttpExtensions.WithStatefulReconnect%2A>).
:::moniker-end