Fix command client connect
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user