Files
meteor/tools
Emily Stark bc4524b544 Set up onReconnect after initial sub on the connection to log-reader.
If we set it up before `subscribeAndWait` returns, then we'll end up
with two subscriptions; we don't have the log-reader sub yet, so we
can't stop it when `onReconnect` runs the first time, so we end up with
a redundant subscription. This means that if a real reconnect happens
later, we'll stop the sub that we set up inside `onReconnect`, but not
the initial sub, so we've leaked a sub and end up with duplicate
messages after reconnect.
2014-02-27 07:56:36 -08:00
..
2014-01-27 14:17:31 -08:00
2014-02-26 14:26:13 -08:00
2014-01-03 18:20:07 -08:00
2014-02-10 19:12:52 -08:00
2014-02-13 18:48:18 -08:00
2014-02-13 19:11:30 -08:00
2014-02-13 19:37:55 -08:00
2014-02-13 19:11:30 -08:00
2014-02-13 19:11:30 -08:00
2014-02-20 17:25:14 -08:00
2013-12-30 05:39:14 -08:00
2014-02-04 14:04:30 -08:00