Skip to content

Implemented fix to match HubConnection.cs logic (https://github.com/d… #62812

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

h5aaimtron
Copy link
Contributor

…otnet/aspnetcore/issues/42806)

Implemented fix for correctly reporting retries in the SignalR TS client.

Summary of the changes (Less than 80 chars)

Description

Display correct retry attempt count.

Fixes #42806

@github-actions github-actions bot added the area-signalr Includes: SignalR clients and servers label Jul 18, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jul 18, 2025
@h5aaimtron
Copy link
Contributor Author

Failed test indicates possibly a timing issue in one of the unit tests for Blazor? Not sure, but unrelated to this PR.

@BrennanConroy BrennanConroy enabled auto-merge (squash) July 21, 2025 02:55
@BrennanConroy
Copy link
Member

/ba-g failure tracked by #62672

@BrennanConroy BrennanConroy merged commit 71edbbc into dotnet:main Jul 21, 2025
29 of 30 checks passed
@BrennanConroy
Copy link
Member

Thanks @h5aaimtron !

@BrennanConroy BrennanConroy added this to the 10.0-rc1 milestone Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS Client reconnection, HubConnection.ts. Incorrect number of reconnection attempts is logged.
2 participants