-
Notifications
You must be signed in to change notification settings - Fork 33
Cache file console app #60
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
Conversation
| from msal_extensions import FilePersistence, CrossPlatLock | ||
|
|
||
|
|
||
| def _acquire_lock_and_write_to_cache(cache_location, sleep_interval): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe @bgavrilMS wants:
accepts 3 inputs: string protectedFilePath, string lockFilePath and int millisecondsToSleep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can change to take this parameter as an input but I was just wondering if its actually needed as it follows the same pattern across libraries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, unless @bgavrilMS has any objection. :-)
Now, how about we just have this new cache_file_console_app branch merge back to your perf_testing branch, and then we conclude this whole thing there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No objection here.
Adding console app for cross-platform testing in #60