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 Jun 30, 2023. It is now read-only.
Which Version of ADAL are you using ?
ADAL 5.0.1-preview
TokenCache access before/after notifications need to be within the _cacheLock lock in order for contract with the extensions file cache locking story to work. Attached is screen shot of deadlock in VS. Currently the before/after notifications are fired individually within the locks at the AcquireTokenHandlerBase level and encompass possibly more than one access to the cache.
The text was updated successfully, but these errors were encountered:
Which Version of ADAL are you using ?
ADAL 5.0.1-preview
TokenCache access before/after notifications need to be within the _cacheLock lock in order for contract with the extensions file cache locking story to work. Attached is screen shot of deadlock in VS. Currently the before/after notifications are fired individually within the locks at the AcquireTokenHandlerBase level and encompass possibly more than one access to the cache.
The text was updated successfully, but these errors were encountered: