Skip to content

Commit b163729

Browse files
authored
Update validation_client.go
1 parent ee93881 commit b163729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validator/client/validation_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ func (r *ExecutionClientRun) SendKeepAlive(ctx context.Context) time.Duration {
251251
log.Error("execution run keepalive failed", "err", err)
252252
}
253253
return r.client.client.ExecKeepAliveInterval()
254+
}
254255

255256
func (r *ExecutionClientRun) CheckAlive(ctx context.Context) error {
256257
return r.client.client.CallContext(ctx, nil, server_api.Namespace+"_checkAlive", r.id)

0 commit comments

Comments
 (0)