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
The startServer function does not throw an error when port is already in use, it only prints a message. For applications that depend on the server working it should throw an error instead.
To Reproduce
Configure the gaket-plugin-https and try to get the server up twice.