From 27a5f0f8be90aac850c235049f7a5a3c9f88b2bc Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 27 May 2019 18:04:24 +0800 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 626f0f4..5cbff38 100644 --- a/main.go +++ b/main.go @@ -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)