Skip to content

[release/8.0] Fix preserving messages for stateful reconnect with backplane #61375

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
Apr 9, 2025

Conversation

BrennanConroy
Copy link
Member

@BrennanConroy BrennanConroy commented Apr 7, 2025

Backport of #60900 to release/8.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

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-signalr Includes: SignalR clients and servers label Apr 7, 2025
@BrennanConroy BrennanConroy added this to the 8.0.x milestone Apr 7, 2025
@BrennanConroy BrennanConroy marked this pull request as ready for review April 7, 2025 22:51
@BrennanConroy BrennanConroy requested a review from halter73 as a code owner April 7, 2025 22:51
@BrennanConroy BrennanConroy added the Servicing-approved Shiproom has approved the issue label Apr 9, 2025
@wtgodbe wtgodbe merged commit 960aa07 into release/8.0 Apr 9, 2025
23 of 25 checks passed
@wtgodbe wtgodbe deleted the brecon/bp8 branch April 9, 2025 19:21
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 8.0.x, 8.0.16 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