You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Taking to account that file locks are not completely reliable on non Win platforms, It would be nice to implement following features to be race conditions resilient:
Switch file cache accessor from non-atomic file writes to atomic file renaming (in order to prevent dirty reads + dirty writes - cache corruption)
Retry logic on KeyChainAccessor to deal with race conditions
Taking to account that file locks are not completely reliable on non Win platforms, It would be nice to implement following features to be race conditions resilient:
details can be found here -> https://github.com/AzureAD/microsoft-authentication-extensions-for-java/wiki/Race-conditions
The text was updated successfully, but these errors were encountered: