Files
meteor/packages/autoupdate
Matheus Castro 81c38dc4eb For now, don't defer and then yield when waiting for the task to run.
At least for autoupdate, this doesn't seem to affect. Still need to check for the other places.
2022-08-20 00:18:51 -03:00
..
2021-10-21 12:55:49 -04:00

autoupdate

Source code of released version | Source code of development version


This package is the heart of Meteor's Hot Code Push functionality. It has a client component and a server 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 (if included in the app) to gracefully save the app's state and reload it in place.

autoupdate is part of the Webapp project.