sleep fix

This commit is contained in:
shoopea 2019-05-17 14:26:49 +08:00
parent 9736a2ebaf
commit 4fe2eb5b37

2
mq.go
View File

@ -140,7 +140,7 @@ func MQKeepAliveWorker() {
logOnError(err, "MQKeepAliveWorker : Publishing message.")
}
}
t.Sleep(time.Minute)
time.Sleep(time.Minute)
}
log.Printf("MQKeepAliveWorker : Closing.")
}