From 84c1e6806c556f79eb2f137bb6ba7e848c0e1c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 16 Mar 2023 15:31:46 +0800 Subject: [PATCH] 1 --- 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 a06a52526..1e4602adb 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -92,7 +92,7 @@ func (t *TcpClient) handleConn(c net.Conn) error { if t.getClients(printNo) == nil { t.addConn(c, printNo, status) t.buildAllMap(printNo) - t.TimeoutMap[printNo] <- true + //t.TimeoutMap[printNo] <- true t.HandleTcpMessages(printNo) t.doPrint(printNo) if status == printerStatusOnline {