Skip to content

core: Don't pre-compute DEADLINE_EXCEEDED message for delayed calls #12208

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
Jul 22, 2025

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Jul 10, 2025

The main reason I made a change here was to fix the tense from the deadline "will be exceeded in" to "was exceeded after". But we really don't want to be doing the string formatting unless the deadline is actually exceeded. There were a few more changes to make some variables effectively final.

The main reason I made a change here was to fix the tense from the
deadline "will be exceeded in" to "was exceeded after". But we really
don't want to be doing the string formatting unless the deadline is
actually exceeded. There were a few more changes to make some variables
effectively final.
@ejona86 ejona86 requested a review from AgraVator July 10, 2025 18:04
@ejona86 ejona86 merged commit 6ff8eca into grpc:master Jul 22, 2025
16 checks passed
@ejona86 ejona86 deleted the deadline-message-tense branch July 22, 2025 13:56
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.

3 participants