parent
91a37ac935
commit
34d96e94f9
|
@ -33,7 +33,7 @@ export class RpcNetwork {
|
|||
});
|
||||
}
|
||||
async processQueue() {
|
||||
for (const promise of this._actionQueue.reverse()) {
|
||||
for (const promise of this._actionQueue) {
|
||||
try {
|
||||
const p = promise();
|
||||
await p;
|
||||
|
|
Loading…
Reference in New Issue