Skip to content
Snippets Groups Projects
Commit d10be5f2 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix bug in track

parent 30fdcee9
No related branches found
No related tags found
4 merge requests!510Release,!212Replace usage of manager with interface and add services,!211Xx 3886/udb integration,!207WIP: Client Restructure
......@@ -189,7 +189,7 @@ func (t *manager) track(stop *stoppable.Single) {
// Sleep until the last ID has expired
select {
case <-time.After(nextUpdate.Sub(nextUpdate)):
case <-time.After(nextUpdate.Sub(netTime.Now())):
case newIdentity := <-t.newIdentity:
jww.DEBUG.Printf("Receiving new identity %s :%+v",
newIdentity.Source, newIdentity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment