Files
meteor/packages/autoupdate
David Glasser 779f942aa3 Improvements to hot-code-push test
This test had been somewhat flaky.  It seems to be less flaky now.
Changes include:

- Trying to not send the client->server logging RPC if the client is
  about to reload due to autoupdate
- Making sure that the client doesn't send anything at all until a
  little bit after starting, in order to make the ordering of messages
  between tool-printed and server-printed messages more predictable

Also updated from standard-app-packages to meteor-tool.
2015-04-02 16:45:39 -04:00
..
2015-03-16 16:16:04 -07:00
2015-02-10 17:01:12 -08:00
2015-03-31 12:03:53 -07:00
2014-12-18 17:32:34 -08:00

autoupdate

This package is the heart of Meteor's Hot Code Push functionality. It has a client component and a server component component. The client component uses a DDP API provided by the server to subscribe to the version ID of the most recent build of the app's client. When it sees that a new version is available, it uses the reload package to gracefully save the app's state and reload it in place.

autoupdate is part of the Webapp project.