Skip to content

Commit

Permalink
chore: fix function name (#4416)
Browse files Browse the repository at this point in the history
Signed-off-by: crystalstall <crystalruby@qq.com>
  • Loading branch information
crystalstall authored Sep 6, 2024
1 parent 03c8d7b commit edd7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (ctl *Control) registerMsgHandlers() {
ctl.msgDispatcher.RegisterHandler(&msg.Pong{}, ctl.handlePong)
}

// headerWorker sends heartbeat to server and check heartbeat timeout.
// heartbeatWorker sends heartbeat to server and check heartbeat timeout.
func (ctl *Control) heartbeatWorker() {
xl := ctl.xl

Expand Down

0 comments on commit edd7cf8

Please sign in to comment.