*Update dist
This commit is contained in:
parent
8986d45e8e
commit
91a37ac935
|
@ -33,7 +33,7 @@ export class RpcNetwork {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async processQueue() {
|
async processQueue() {
|
||||||
for (const promise of this._actionQueue) {
|
for (const promise of this._actionQueue.reverse()) {
|
||||||
try {
|
try {
|
||||||
const p = promise();
|
const p = promise();
|
||||||
await p;
|
await p;
|
||||||
|
|
Loading…
Reference in New Issue