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

Bugfix - Ensure client side timeouts are honored #6920

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

nemakam
Copy link
Contributor

@nemakam nemakam commented Jul 12, 2019

Fixing bug when timeout helper was not initialized correctly and hence client side timeouts were not behaving as expected.

Without the true argument, the timer doesn't start. For example in RetryPolicy which is used everywhere, the timer doesn't start till the first operation is completed. That results in unexpected behavior, and the operations being called for the second time though the timer has expired.

…e client side timeouts were not behaving as expected.
@nemakam nemakam self-assigned this Jul 16, 2019
@nemakam nemakam merged commit 765ff59 into Azure:master Jul 17, 2019
@nemakam nemakam deleted the timeouthelperusage branch July 17, 2019 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants