This commit is contained in:
suyl
2021-07-30 10:55:09 +08:00
parent e092178d32
commit 143d3dc858
2 changed files with 3 additions and 9 deletions

View File

@@ -149,7 +149,6 @@ func (t *TcpClient) buildCallBackMap(key string) {
defer t.Unlock()
dataChan := make(chan string, 1024)
t.CallBackMap[key] = dataChan
timeoutChan <- 1
}
func (t *TcpClient) getPrintStatus(key string) int {