style: dont send default error string
This commit is contained in:
parent
2cb378bc9b
commit
9944c0513b
@ -469,9 +469,7 @@ func (ctl *Control) manager() {
|
|||||||
}
|
}
|
||||||
ctl.lastPing = time.Now()
|
ctl.lastPing = time.Now()
|
||||||
xl.Debug("receive heartbeat")
|
xl.Debug("receive heartbeat")
|
||||||
ctl.sendCh <- &msg.Pong{
|
ctl.sendCh <- &msg.Pong{}
|
||||||
Error: "",
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user