Skip to content

Use TotalMilliseconds in ExponentialRetryingDispatcher's implementation of RetryInterval#20

Merged
SamBucaMatthews merged 1 commit intomasterfrom
fix-retry-interval-in-exponential-retrying-dispatcher
Feb 9, 2026
Merged

Use TotalMilliseconds in ExponentialRetryingDispatcher's implementation of RetryInterval#20
SamBucaMatthews merged 1 commit intomasterfrom
fix-retry-interval-in-exponential-retrying-dispatcher

Conversation

@SamBucaMatthews
Copy link
Copy Markdown
Member

Use TotalMilliseconds in ExponentialRetryingDispatcher's implementation of RetryInterval

This pull request fixes an issue with the ExponentialRetryingDispatcher's implementation of RetryInterval where Milliseconds was being used rather than TotalMilliseconds, meaning that the provided TimeSpan for the retry period would not be used correctly.

Copy link
Copy Markdown

@JoshPattie JoshPattie left a comment

Choose a reason for hiding this comment

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

This make sense. Very good spot!!

@SamBucaMatthews SamBucaMatthews merged commit cd123cc into master Feb 9, 2026
3 checks 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.

2 participants