-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully kill the backend process when exiting an Electron app. A check is made to make sure we only kill the backend if it is running. The risk else is that we could kill a random process with the same PID as the backend had before exiting. This should have been rare but not impossible. Signed-off-by: Paul <paul.marechal@ericsson.com>
- Loading branch information
1 parent
0a72196
commit 408df5c
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters