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