1
This commit is contained in:
@@ -261,7 +261,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
|
||||
close(t.TimeoutMap[key])
|
||||
} else {
|
||||
//等待回调
|
||||
dataStr := t.GetCallbackChan(printMsg.PrintNo)
|
||||
dataStr := <-t.CallBackMap[key]
|
||||
if dataStr != "" {
|
||||
a, b := getCallbackMsgInfo(dataStr)
|
||||
t.changePrintMsg(dataStr, a, b)
|
||||
|
||||
Reference in New Issue
Block a user