mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Accomplish this in two ways:
- Explicitly making sure not to restart the timer on disconnected streams.
- Run the "restart heartbeat" code before processing incoming messages,
not after, since even the "failed" message that caused a disconnect
was running the "restart heartbeat" code.