This commit is contained in:
suyl
2021-07-30 17:37:39 +08:00
parent 6668ce23c7
commit 9f4786de45
2 changed files with 6 additions and 6 deletions

View File

@@ -94,8 +94,8 @@ func (t *TcpClient) handleConn(c net.Conn) {
//t.Clients[printNo] = printInfo
//t.Unlock()
t.addConn(c, printNo, status)
t.buildCallBackMap(printNo)
t.buildMsgMap(printNo)
//t.buildCallBackMap(printNo)
//t.buildMsgMap(printNo)
go t.doPrint2(printNo)
changePrinterStatus(printNo, status)
if status == printerStatusOnline {