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

Create CrossplatformLock #5

Closed
abhidnya13 opened this issue May 19, 2021 · 0 comments · Fixed by #13
Closed

Create CrossplatformLock #5

abhidnya13 opened this issue May 19, 2021 · 0 comments · Fixed by #13

Comments

@abhidnya13
Copy link
Contributor

The .NET library relies on taking write-only locks on a file separate used as a semaphore to ensure that Cache operations do not race each other. That logic is found here: CrossPlatLock class

This is needed before any of the platform specific Token Caches, such as the one represented in #2,#3,#4

@abhidnya13 abhidnya13 changed the title CrossplatformLock Create CrossplatformLock May 19, 2021
@abhidnya13 abhidnya13 self-assigned this Jun 17, 2021
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 a pull request may close this issue.

1 participant