Fix command client connect

This commit is contained in:
世界 2023-03-02 16:40:28 +08:00
parent 8151bcfd6b
commit 27aba99e6c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,6 @@ func (s *CommandServer) handleLogConn(conn net.Conn) error {
}
func (c *CommandClient) handleLogConn(conn net.Conn) {
c.handler.Connected()
for {
message, err := readLog(conn)
if err != nil {