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: SignalR Config: Update for ServerTimeout and KeepAliveInterval on HubConnectionBuilder #29717

Closed
wadepickett opened this issue Jul 6, 2023 · 1 comment · Fixed by #29761
Assignees
Labels
8.0 .NET 8 doc-out-of-date Doc is out of date with the current version seQUESTered Identifies that an issue has been imported into Quest. SignalR Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

@wadepickett
Copy link
Contributor

wadepickett commented Jul 6, 2023

In the 8.0 version of the client section Configure timeout and keep-alive options should be updated to include the new 8.0 approach for setting ServerTimeout and KeepAliveInterval directly on HubConnectionBuilder as demonstrated in the What's new in 8.0 topic.

Also see related PR focused on Blazor: Server timeout and Keep Alive interval config PR #29297 and current published versions of those topics with minor updates.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 123574

@wadepickett wadepickett added doc-out-of-date Doc is out of date with the current version 8.0 .NET 8 labels Jul 6, 2023
@wadepickett wadepickett self-assigned this Jul 6, 2023
@dotnet-bot dotnet-bot added ⌚ Not Triaged SignalR Source - Docs.ms Docs Customer feedback via GitHub Issue labels Jul 6, 2023
@wadepickett wadepickett added reQUEST Triggers an issue to be imported into Quest and removed ⌚ Not Triaged labels Jul 6, 2023
@wadepickett wadepickett changed the title 8.0: SignalR: 8.0: SignalR Config: Update for ServerTimeout and KeepAliveInterval on HubConnectionBuilder Jul 6, 2023
@wadepickett wadepickett moved this to 🏗 In progress in dotnet/AspNetCore.Docs July 2023 Jul 6, 2023
@github-actions github-actions bot added seQUESTered Identifies that an issue has been imported into Quest. and removed reQUEST Triggers an issue to be imported into Quest labels Jul 6, 2023
@wadepickett
Copy link
Contributor Author

wadepickett commented Jul 6, 2023

@BrennanConroy, In the 8.0 version of the client section for this doc: Configure timeout and keep-alive options

Should I replace the client serverTimeout and keepAliveInterval mentions with the new 8.0 approach for setting withServerTimeout and withKeepAliveInterval directly on HubConnectionBuilder as the current preferred way of setting it in general?

It is not clear to me if we are only mentioning withServerTimeout and withKeepAliveInterval as preferred for Blazor scenarios only. (Which is already covered in the Blazor/SignalR specific docs.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.0 .NET 8 doc-out-of-date Doc is out of date with the current version seQUESTered Identifies that an issue has been imported into Quest. SignalR Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants