Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[release/9.0] Fix preserving messages for stateful reconnect with backplane #61374

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 2 commits into from
Apr 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 7, 2025

Backport of #60900 to release/9.0

/cc @BrennanConroy

Fix preserving messages for stateful reconnect with backplane

Description

When using the Redis backplane with SignalR combined with stateful reconnect, messages received from the backplane are not correctly accounted for on the server-side. This means that if the client disconnects and does a stateful reconnect the server will not properly send missed messages and potentially other issues which could result in the connection being disconnected due to server errors.

Fixes #55575

Customer Impact

Stateful reconnect with Redis backplane is essentially broken and should not be used together until fixed.

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Added missing E2E test to verify scenario.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@ghost ghost added the area-signalr Includes: SignalR clients and servers label Apr 7, 2025
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0.x milestone Apr 7, 2025
@BrennanConroy BrennanConroy added the Servicing-approved Shiproom has approved the issue label Apr 9, 2025
@wtgodbe wtgodbe merged commit bb179c2 into release/9.0 Apr 9, 2025
25 checks passed
@wtgodbe wtgodbe deleted the backport/pr-60900-to-release/9.0 branch April 9, 2025 20:42
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 9.0.x, 9.0.5 Apr 9, 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 Servicing-approved Shiproom has approved the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants