This commit is contained in:
shoopea 2019-05-27 18:04:24 +08:00
parent f45a790ef7
commit 27a5f0f8be

View File

@ -126,7 +126,7 @@ func main() {
MQTGCmdQueue = make(chan TGCommand, MQTGCmdQueueSize)
clientsQueue = make(map[int64]*MQClient)
clientsKeepAlive = make(map[int64]*MQKeepAlive)
clientsProfile = make(map[int64]*ChatWarsClient)
clientsCW = make(map[int64]*ChatWarsClient)
for w := 1; w <= MQGetMsgWorkers; w++ {
go MQGetMsgWorker(w, MQCWMsgQueue)