fix race condition 2
This commit is contained in:
parent
62c96d562f
commit
ae9caecc52
@ -1643,6 +1643,9 @@ define([
|
|||||||
state: 2
|
state: 2
|
||||||
});
|
});
|
||||||
userObject.migrate(waitFor());
|
userObject.migrate(waitFor());
|
||||||
|
}).nThen(function (waitFor) {
|
||||||
|
Store.initAnonRpc(null, null, waitFor());
|
||||||
|
Store.initRpc(null, null, waitFor());
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
loadMailbox(waitFor);
|
loadMailbox(waitFor);
|
||||||
Migrate(proxy, waitFor(), function (version, progress) {
|
Migrate(proxy, waitFor(), function (version, progress) {
|
||||||
@ -1651,8 +1654,6 @@ define([
|
|||||||
progress: progress
|
progress: progress
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Store.initAnonRpc(null, null, waitFor());
|
|
||||||
Store.initRpc(null, null, waitFor());
|
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
postMessage(clientId, 'LOADING_DRIVE', {
|
postMessage(clientId, 'LOADING_DRIVE', {
|
||||||
state: 3
|
state: 3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user