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 {