-
Notifications
You must be signed in to change notification settings - Fork 710
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
Session token cache global lock doesn't work cross-platform #416
Labels
bug
Something isn't working
Comments
This usage needs to be addressed:
Multiple wait handles that involve a named mutex are not supported cross-platform. |
This issue has had no activity in 90 days. Please comment if it is not actually stale. |
Not stale |
This issue has had no activity in 90 days. Please comment if it is not actually stale. |
Not stale |
embetten
added a commit
that referenced
this issue
Feb 7, 2024
Bug fix #416 - Move session token cache file lock to single wait handle. - Add new session cache specific cancel message so the cancel message is not printed twice. - Pass cancellation token to credential request handler.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported by microsoft/artifacts-keyring#59 the global lock used by the session token cache doesn't work cross-platform if there is contention on the cache file.
The text was updated successfully, but these errors were encountered: