Skip to content

[release/11.0] [SignalR] [Java] Fix hang when reading an HTTP response body fails - #69206

Merged
wtgodbe merged 1 commit into
release/11.0from
backport/pr-69037-to-release/11.0
Sep 11, 2026
Merged

[release/11.0] [SignalR] [Java] Fix hang when reading an HTTP response body fails#69206
wtgodbe merged 1 commit into
release/11.0from
backport/pr-69037-to-release/11.0

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Backport of #69037 to release/11.0

/cc @BrennanConroy

[SignalR] [Java] Fix hang when reading an HTTP response body fails

Description

If a HubConnection is starting and the client has a network glitch or loses network connection, it can leave the HubConnection in a hanging state and they would need to restart the app to reset the state.

Customer Impact

1P is hitting this in production. Sometimes the client app hangs and they don't have a way to not make it hang. We've given a workaround of cleaning up the OkHttp state and discarding the HubConnection. But it's a very ugly and temporary workaround.

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Simple change, small scope and easy test coverage

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@BrennanConroy BrennanConroy added Servicing-consider Shiproom approval is required for the issue area-signalr Includes: SignalR clients and servers labels Sep 10, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hi @github-actions[bot]. Please make sure you've updated the PR description to use the Shiproom Template. Also, make sure this PR is not marked as a draft and is ready-to-merge.

To learn more about how to prepare a servicing PR click here.

@artl93
artl93 self-requested a review September 10, 2026 23:37

@artl93 artl93 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

approved

@artl93 artl93 added Servicing-approved Shiproom has approved the issue and removed Servicing-consider Shiproom approval is required for the issue labels Sep 10, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hi @github-actions[bot]. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed.

@wtgodbe
wtgodbe merged commit b2374cd into release/11.0 Sep 11, 2026
46 of 49 checks passed
@wtgodbe
wtgodbe deleted the backport/pr-69037-to-release/11.0 branch September 11, 2026 21:50
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-rc2 milestone Sep 12, 2026
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.

3 participants