From 4974568f5ac6882e967fbfacbda355c17667f4cd Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 3 Aug 2021 14:04:55 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 8fc9e5d2e..447924c15 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -78,7 +78,7 @@ func (t *TcpClient) handleConn(c net.Conn) { //4、读打印channel并打印,并切等待回调channel中的消息 //5、修改数据库中打印机状态(没在连接池中说明是重新连接的) //6、监听心跳时间,超过2分钟就clear掉 - globals.SugarLogger.Debugf("handleConn clients map: %v", t.Clients) + globals.SugarLogger.Debugf("handleConn timeout channel...: %v", t.TimeoutMap[printNo]) if t.Clients[printNo] == nil { t.addConn(c, printNo, status) t.buildAllMap(printNo)