use a single, shared timestamps array between all pings

This commit is contained in:
Nick Krecklow
2020-05-08 01:22:07 -05:00
parent 3ddb2c9a08
commit c2494af82d
7 changed files with 55 additions and 30 deletions

View File

@ -97,7 +97,7 @@ class PingController {
}
pingAll = () => {
const timestamp = new Date().getTime()
const timestamp = this._app.timeTracker.newTimestamp()
this.startPingTasks(results => {
const updates = []