diff --git a/server/control.go b/server/control.go index b37d22de..7eb5f718 100644 --- a/server/control.go +++ b/server/control.go @@ -469,9 +469,7 @@ func (ctl *Control) manager() { } ctl.lastPing = time.Now() xl.Debug("receive heartbeat") - ctl.sendCh <- &msg.Pong{ - Error: "", - } + ctl.sendCh <- &msg.Pong{} } } }