summaryrefslogtreecommitdiff
path: root/client/changes/bug_7386_fix-hanging-sync
AgeCommit message (Collapse)Author
2015-08-26[pkg] fold in changes0.7.2Ivan Alejandro
2015-08-19[bug] wait for db init on sync decrypter pooldrebs
Previous to this modification, the initialization of the sync decrypter pool could happen concurrently with other database operations. That could cause the pool to hang because it could be waiting for something that was mistakenly deleted because of the wrong order of database operations. This commit implements a standard which we already use in leap.keymanager and leap.mail which makes some methods wait for the initialization operation before they are actually called. Closes: #7386