From 19df6071e734967523753075cff4fa09c8d27175 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 14 Jun 2019 12:03:01 +0800 Subject: [PATCH] test --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 165f65c..7d4e985 100644 --- a/main.go +++ b/main.go @@ -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)