Unconditionally start timer in restart method

This commit is contained in:
Graham Hughes
2015-06-10 19:28:07 -07:00
parent cca5edd40e
commit 09e3457682

View File

@@ -87,8 +87,8 @@ _.extend(DDPCommon.Heartbeat.prototype, {
}
if (self._heartbeatIntervalHandle) {
self._clearHeartbeatIntervalTimer();
self._startHeartbeatIntervalTimer();
}
self._startHeartbeatIntervalTimer();
},
pingReceived: function () {