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
Fix race condition related to keychain conversion (#1353)
Fixes#1352
Because `_dataForKey` now does a conversion of the keychain item, it is no longer safe to call it concurrently. This means that all uses of `_synchronizationQueue` need to be serial, so converting it to a serial queue and removing the barrier calls works better.
0 commit comments