Skip to content

Conversation

tmat
Copy link
Member

@tmat tmat commented Oct 11, 2025

Description

Browser sometimes does not display changed content after applying changes.

We send browser refresh message too early. The browser actually refreshed but sometimes it happened before the changes were applied on the server and thus the server responded with the old content.

Fixes https://github.com/dotnet/AspNetCore-ManualTests/issues/3086, #51107

Customer Impact

Impacts Hot Reload scenarios for web app scenarios, including Aspire.
Customer may perceive Hot Reload as unreliable as the browser does not display applied changes.

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Justification: The impact is limited to sending Hot Reload messages to browser and the change is trivial.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@tmat tmat requested a review from a team as a code owner October 11, 2025 23:23
@tmat
Copy link
Member Author

tmat commented Oct 11, 2025

@DustinCampbell ptal

@tmat tmat merged commit c4c90d8 into dotnet:release/10.0.1xx Oct 13, 2025
27 checks passed
@tmat tmat deleted the BrowserRefresh branch October 13, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants