Skip to content
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

Fixes middleware invocation arguments use by legacy apply update code path #45298

Merged
merged 6 commits into from
Dec 12, 2024

Conversation

tmat
Copy link
Member

@tmat tmat commented Dec 4, 2024

@tmat tmat requested a review from a team as a code owner December 4, 2024 04:07
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Dec 4, 2024
@@ -159,8 +159,13 @@ setTimeout(async function () {
});
}

let body = JSON.stringify({
"id": deltas[0].sequenceId,
Copy link
Member

Choose a reason for hiding this comment

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

Do we know for certain that deltas always contains at least one entry?

Copy link
Member Author

Choose a reason for hiding this comment

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

The client shouldn't be sending updates with empty deltas.

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
@marcpopMSFT
Copy link
Member

Known arm64 timeout

@marcpopMSFT marcpopMSFT disabled auto-merge December 12, 2024 23:23
@marcpopMSFT marcpopMSFT merged commit 76a32f3 into dotnet:release/9.0.2xx Dec 12, 2024
27 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants