This commit is contained in:
邹宗楠
2023-03-06 11:22:56 +08:00
parent 82b3bad6a0
commit 065a037234

View File

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