Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race condition during Application Quit #2745

Closed
MariaDima opened this issue Mar 26, 2018 · 0 comments
Closed

Race condition during Application Quit #2745

MariaDima opened this issue Mar 26, 2018 · 0 comments

Comments

@MariaDima
Copy link
Contributor

Electron-updater: 2.21.3

Scenario:
An application calls "quitAndInstall(false, true)", after downloading an available update.
The installer is triggered and runs in a dedicated subprocess.
Before the application terminates, the registered quitHandler triggers the installer one more time using default arguments isSilent=true and isRunAfter=false.
The application owner The application is not started after the update installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant