This commit is contained in:
邹宗楠
2023-03-06 11:36:18 +08:00
parent 348f66c247
commit 8dca771cca

View File

@@ -34,7 +34,6 @@ func ListenTcp() {
t := NewTcpClient()
if err := t.handleConn(c); err != nil {
t = nil
l.Close()
return
}
}()