This commit is contained in:
邹宗楠
2022-07-27 15:34:46 +08:00
parent b12901f0b8
commit d8d8445c3b

View File

@@ -249,6 +249,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
close(t.TimeoutMap[key])
} else {
globals.SugarLogger.Debugf("handleTcpMessages success, data: %v", hex.EncodeToString(data))
globals.SugarLogger.Debugf("data================: %v", "1e00140200ff50bc147df3d71b401B59415515ff")
//等待回调
dataStr := <-t.CallBackMap[printMsg.PrintNo]
if dataStr != "" {