Electron: set kill signal SIGTERM to allow for server exit cleanup.
Originally set to SIGKILL. In versions of the server executable from pyinstaller it creates a child subprocess that was not killed, so SIGTERM allows for clean up on all platforms.
Showing
Please register or sign in to comment