mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:27:08 +00:00
There should be no need to await.
That is because the queue handler will, in theory, only ever process one event at a time.
This commit is contained in:
@@ -294,7 +294,7 @@ class ReportLineChangeTime {
|
||||
ALERT("ReportLineChangeTime queue full at", this.queue.length);
|
||||
}
|
||||
|
||||
await this.processQueue();
|
||||
this.processQueue();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user