1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user