Skip to content
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

8.0 Update: SignalR Config: stateful reconnect #30829

Closed
wants to merge 11 commits into from

Conversation

wadepickett
Copy link
Contributor

@wadepickett wadepickett commented Oct 24, 2023

Fixes #30674

Added new section: Configure stateful reconnect


Internal previews

📄 File 🔗 Preview link
aspnetcore/release-notes/aspnetcore-8.0.md What's new in ASP.NET Core 8.0
aspnetcore/signalr/configuration.md ASP.NET Core SignalR configuration

@wadepickett wadepickett self-assigned this Oct 24, 2023
@wadepickett
Copy link
Contributor Author

@BrennanConroy, I added a new Configure stateful reconnect section based on what we just published in the What's New.


The `StatefulReconnectBufferSize` option is optional with a default of 100,000 bytes.

* Update the server hub endpoint configuration to enable the `AllowStatefulReconnects` option:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be listed first. Server must allow stateful reconnect otherwise client settings are ignored.

We also don't need to put it for both clients, if it's at the top that should be obvious 😄

@wadepickett wadepickett marked this pull request as ready for review October 26, 2023 19:57
@wadepickett
Copy link
Contributor Author

I introduced merge conflicts I can't get to resolve. Quickly closing this PR and re-opening to add my changes to a clean version. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8.0: SignalR: stateful reconnect config documentation
2 participants