aa
This commit is contained in:
@@ -59,7 +59,7 @@ func (t *TcpClient) handleConn(c net.Conn) {
|
|||||||
if printStatus != nil {
|
if printStatus != nil {
|
||||||
status := t.getPrintStatus(printStatus.PrintNo)
|
status := t.getPrintStatus(printStatus.PrintNo)
|
||||||
c.Write([]byte(utils.Int2Str(status)))
|
c.Write([]byte(utils.Int2Str(status)))
|
||||||
c.Close()
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//看是心跳还是打印返回
|
//看是心跳还是打印返回
|
||||||
|
|||||||
Reference in New Issue
Block a user