This commit is contained in:
shoopea 2019-06-14 12:03:01 +08:00
parent 8a4fba6ce8
commit 19df6071e7

View File

@ -154,7 +154,6 @@ func main() {
MQTGCmdQueue = make(chan TGCommand, MQTGCmdQueueSize)
JobQueue = make(chan Job, JobQueueSize)
clientsQueue = make(map[int64]*MQClient)
clientsKeepAlive = make(map[int64]*MQKeepAlive)
clientsCW = new(sync.Map)
clientsKeepAlive = new(sync.Map)