This commit is contained in:
邹宗楠
2022-12-16 15:21:56 +08:00
parent 4874f93056
commit 599430d88a

View File

@@ -260,6 +260,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
close(t.TimeoutMap[key])
} else {
//等待回调
delete(t.MsgMap, key)
dataStr := <-t.CallBackMap[printMsg.PrintNo]
if dataStr != "" {
a, b := getCallbackMsgInfo(dataStr)