This commit is contained in:
邹宗楠
2022-11-01 11:09:22 +08:00
parent dd96cf4180
commit 136acd2b32

View File

@@ -199,6 +199,7 @@ func (t *TcpClient) getPrintStatus(key string) int {
func (t *TcpClient) getPrintConn(key string) net.Conn {
t.RLock()
defer t.RUnlock()
globals.SugarLogger.Debugf("=====c :;= %s", utils.Format4Output(t.Clients, false))
if t.Clients[key] != nil {
return t.Clients[key].C
} else {