-
-
Notifications
You must be signed in to change notification settings - Fork 746
Open
Labels
Description
Whenever the main application exits unexpectedly or before the electron window is shown (e.g., by returning before building/running the WebApplication instance), a few electron processes will remain running (usually 4, 1 main process, 3 sub-processes). It would be great if all dangling electron process would be killed once the main C# process exits. It looks like the main electron process is not always listening for the exit of the C# process?