mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 13:44:57 +00:00
Orphaned child processes when running electronize start #275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @The-MAZZTer on GitHub (Feb 10, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
I have launchSettings.json set to run electronize start (it may also happen from the command prompt).
If I run my program and then close the console window in an attempt to stop it, Visual Studio stops debugging and my console closes, but the Electron portion of the app continues running and I can see node and other processes continuing to run in Task Manager.
This can cause problems as if your program is not creating any UI (eg the ready-to-show bug) attempting to run the program again will fail as the compiled DLLs are in use and cannot be built.