use a single, shared timestamps array between all pings
This commit is contained in:
@ -97,7 +97,7 @@ class PingController {
|
||||
}
|
||||
|
||||
pingAll = () => {
|
||||
const timestamp = new Date().getTime()
|
||||
const timestamp = this._app.timeTracker.newTimestamp()
|
||||
|
||||
this.startPingTasks(results => {
|
||||
const updates = []
|
||||
|
Reference in New Issue
Block a user