-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stateful Reconnect Support? [net8] #1878
Comments
We are actively working on the support. |
|
@vwxyzh great to see this is coming. Is the Also, where can progress on this be tracked - this issue or somewhere else? Thanks for your support! |
@VincentH-Net Yes, it is required. Here is the document about negotiation version 1 |
Blazor app requires SDK version >= 1.26.1 |
Hi, any news here? We were trying to set up Stateful reconnect with Azure signalr with this settings:
and _Host:
Everything seems to be working, but we haven't seen any real change in production. However, uploading files larger than a few dozen KB is not working. I know that there is some bug related to this setting MaximumParallelInvocationsPerClient = 1; that affects file uploads, but this parameter remained in default in our case. We only tried to set up the StatefulReconnect. |
@SmartlyGit if the issue is still there, please open a new issue and send me (zhyan at microsoft.com) the resource id and issue time. or open a case in azure support. |
If this has been resolved, the docs should probably be updated to reflect it They still redirect to this issue |
Stateful reconnect was added to SignalR in .NET 8.
Feedback on this feature (for e.g. Blazor applications) was
Multiple questions about support for this feature in Azure SignalR Service were answered in the AspNetCore SignalR repo with
I could not find documentation / confirmation on whether this is supported.
Ask
Is stateful reconnect officially supported in Azure SignalR Service?
The text was updated successfully, but these errors were encountered: