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
it is due to back to back update metadata server which trying to acquire lock before update server data
- Recent commit on multiwallet account introduce another syncMetadata which update the metadata during initializing new user account
- In the setupTkey function in, for new user account, it will
- initalize Tkey
- backupMetadataShare
- updateFactorDescription
All above call will update the metadata server
Testing Strategy
login to one mpc account with manualSync = false
- check if corekitInstance.tkey.latestCloudMetadata is not undefined
- call backupMetadataShare with different factor key back to back on fast internet
The text was updated successfully, but these errors were encountered:
himanshuchawla009
changed the title
unable to release lock error popups quite frequently in end to end tessts
unable to aquire lock error popups quite frequently in end to end tessts
Apr 29, 2024
Speculation :
Testing Strategy
The text was updated successfully, but these errors were encountered: