This commit is contained in:
shoopea 2019-07-31 15:15:05 +08:00
parent d5ff9a9c4e
commit 87777a2307

View File

@ -595,6 +595,8 @@ func MQTidyKeepAliveWorker() {
} }
TGCmdQueue <- cmd TGCmdQueue <- cmd
clt.Active = false clt.Active = false
} else {
log.Printf("MQTidyKeepAliveWorker : Client %s inactive.\n", clt.MQ.User)
} }
clt.Mux.Unlock() clt.Mux.Unlock()
} }