mirror of
https://github.com/fatedier/frp.git
synced 2024-11-27 20:49:10 +08:00
parent
a6478aeac8
commit
46266e4d30
@ -298,8 +298,8 @@ func (ctl *Control) msgHandler() {
|
||||
xl.Debug("send heartbeat to server")
|
||||
pingMsg := &msg.Ping{}
|
||||
if err := ctl.authSetter.SetPing(pingMsg); err != nil {
|
||||
xl.Warn("error during ping authentication: %v", err)
|
||||
return
|
||||
xl.Warn("error during ping authentication: %v. skip sending ping message", err)
|
||||
continue
|
||||
}
|
||||
ctl.sendCh <- pingMsg
|
||||
case <-hbCheckCh:
|
||||
|
Loading…
Reference in New Issue
Block a user