You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The heartbeat code sets a timeout to start the heartbeat then sets
an interval to perform the heartbeat.
If the node is shut down after the timeout is set but before it
fires, the interval is set and the process never ends.
This PR refactors the heatbeat shutdown to clear the timeout as well
as the interval.
0 commit comments