Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
417 stars 100 forks source link

Stateful Reconnect Support? [net8] #1878

Open VincentH-Net opened 8 months ago

VincentH-Net commented 8 months ago

Stateful reconnect was added to SignalR in .NET 8.

Feedback on this feature (for e.g. Blazor applications) was

This feature is amazing and a must have

Multiple questions about support for this feature in Azure SignalR Service were answered in the AspNetCore SignalR repo with

Azure SignalR Service requires explicit support.

I could not find documentation / confirmation on whether this is supported.

Ask

Is stateful reconnect officially supported in Azure SignalR Service?

vicancy commented 8 months ago

We are actively working on the support.

vwxyzh commented 5 months ago
VincentH-Net commented 5 months ago

@vwxyzh great to see this is coming. Is the Support negotiation version 1.0 (Releasing) enough to use stateful reconnect from an AspNetCore 8 service hosted in Azure Container Apps, or does that also require Support stateful reconnect for default (Pending)?

Also, where can progress on this be tracked - this issue or somewhere else?

Thanks for your support!

vwxyzh commented 5 months ago

@VincentH-Net Yes, it is required. Here is the document about negotiation version 1 And you can track the progress in this issue.

vwxyzh commented 19 hours ago

Blazor app requires SDK version >= 1.26.1