mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
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.