fix 如果报错,就会拒绝服务的问题

This commit is contained in:
wangjian 2023-04-02 23:23:27 +08:00
parent 3c157f531d
commit d10a80765e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ func (s *Server) createNewClientConnection(ctx context.Context, listener Listene
for {
err := s.handle(ctx, qConn, connect, connId)
if err != nil {
break
continue
}
}
}(sctx, connect)