parent
34d96e94f9
commit
f38c6f53cf
|
@ -62,7 +62,7 @@ export class RpcNetwork {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async processQueue(): Promise<void> {
|
public async processQueue(): Promise<void> {
|
||||||
for (const promise of this._actionQueue.reverse()) {
|
for (const promise of this._actionQueue) {
|
||||||
try {
|
try {
|
||||||
const p = promise();
|
const p = promise();
|
||||||
await p;
|
await p;
|
||||||
|
|
Loading…
Reference in New Issue