This commit is contained in:
邹宗楠
2024-07-19 09:06:17 +08:00
parent cffad3c660
commit 2151ea27a9

View File

@@ -47,7 +47,6 @@ func ListenTcp() {
}()
if err := handleConn(c); err != nil {
c.Close()
Poll.Wait()
Poll.Stop()
return