You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
This is occurring for me again when I close Ganache using the dock on Darwin, (right clicking and hitting quit, instead of using the x). The processes remain open running in the background causing the port error issues mentioned above.
Steps to reproduce:
Open Activity Monitor to view open processes for Electron.
Open a new instance of Ganache 2.0.0.2 and choice an existing workspace.
Right click on the Ganache icon and select Quit to close. Do not use the left hand corner red X to close Ganache.
View open processes in the Activity Monitor. You should still see Electron processes running on the Activity Monitor even after Ganache has been closed.
Reopen Ganache and notice that there is an error about ports being already open on the Server tab. "The port is used by another application; please change it"
Running:
Mac High Sierra 10.13.6
Ganache 2.0.0.2
The text was updated successfully, but these errors were encountered:
Can reproduce the issue on Mac Mojave 10.14.2, commit f0bd098
app.on("window-all-closed", ...) isn't triggered by closing from the dock
mikeseese
changed the title
Ganache processes do not close when quiting in Mac doc
Ganache processes do not close when quiting in Mac dock
Feb 19, 2019
Moving this from @balexander4's comment from https://github.com/trufflesuite/ganache/issues/1055#issuecomment-464231304
This is occurring for me again when I close Ganache using the dock on Darwin, (right clicking and hitting quit, instead of using the x). The processes remain open running in the background causing the port error issues mentioned above.
Steps to reproduce:
Running:
Mac High Sierra 10.13.6
Ganache 2.0.0.2
The text was updated successfully, but these errors were encountered: