Skip to content

add synchronize locks on methods that modify the keystore

  • context: amidst heavy incoming traffic, we get ConcurrentModificationExceptions when AccountData.save is called
  • to guard against such concurrency errors around any keystore writes, we mark AccountData.save and IdentityKeystore.saveIdentity as synchronized

Merge request reports