mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Unconditionally start timer in restart method
This commit is contained in:
@@ -87,8 +87,8 @@ _.extend(DDPCommon.Heartbeat.prototype, {
|
||||
}
|
||||
if (self._heartbeatIntervalHandle) {
|
||||
self._clearHeartbeatIntervalTimer();
|
||||
self._startHeartbeatIntervalTimer();
|
||||
}
|
||||
self._startHeartbeatIntervalTimer();
|
||||
},
|
||||
|
||||
pingReceived: function () {
|
||||
|
||||
Reference in New Issue
Block a user