This commit is contained in:
suyl
2021-08-02 14:44:33 +08:00
parent 882d8eee59
commit f35d9d69ed

View File

@@ -59,7 +59,7 @@ func (t *TcpClient) handleConn(c net.Conn) {
if printStatus != nil {
status := t.getPrintStatus(printStatus.PrintNo)
c.Write([]byte(utils.Int2Str(status)))
c.Close()
break
}
}
//看是心跳还是打印返回