Skip to content

Resolve bug in Cancelation Token comparison #512

Merged
MattB-msft merged 1 commit intomasterfrom
release/update/250507083627
May 8, 2025
Merged

Resolve bug in Cancelation Token comparison #512
MattB-msft merged 1 commit intomasterfrom
release/update/250507083627

Conversation

@MattB-msft
Copy link
Copy Markdown
Member

This pull request includes a minor but important fix in the Command_ExecuteAsyncImpl method of the ServiceClient class. The change ensures that retries are only attempted if the cancellation token has not been requested.

  • Retry logic adjustment:

Fixed #511

@MattB-msft MattB-msft merged commit e5c182b into master May 8, 2025
1 check passed
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.

ServiceClient does not respect max retries and may lead to infinite retries (introduced in version 1.2.6)

1 participant