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

Prevent unecessary Key Vault poller sleeping #9991

Merged
merged 9 commits into from
Feb 27, 2020

Conversation

chlowell
Copy link
Member

Polling methods currently sleep after every poll, even the one that completes the operation. This PR eliminates that unnecessary sleep, refactors the pollers to be somewhat simpler, and adds test coverage of them.

@chlowell chlowell added KeyVault Client This issue points to a problem in the data-plane of the library. labels Feb 25, 2020
@chlowell chlowell self-assigned this Feb 25, 2020
@chlowell chlowell force-pushed the polling-improvement branch 2 times, most recently from 67ddf6a to 8532a26 Compare February 25, 2020 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants