This commit is contained in:
邹宗楠
2024-07-19 13:30:18 +08:00
parent 8613ac0861
commit f3b7e22f23
2 changed files with 1 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ func ListenTcp() {
if err := handleConn(c); err != nil {
globals.SugarLogger.Debugf("=========err := %v", err)
c.Close()
Poll.Wait()
Poll.Stop()
return