In development webpack-dev-server does not terminate on kill command leaving the port blocked.
this is done.
Did u test this? @jolesbi
no. i assumed #63 and #102 addressed this... you're right. it's still an issue.
this is still an issue for me sometimes...
gaia: ERROR: listen tcp :8998: bind: address already in use
@faboweb i think this was because i was trying to run cosmos locally while i had the .dmg running. is this is an issue? if not, just close again. 馃槃
Yes it is. The port is hardcoded. We could make it dynamic. It is a rare case, that the user runs the installed app and the dev app. But there could be other software blocking the port.
Additionally we could make the production port different then the dev port.
make the production port different then the dev port.
this sounds good to me.
@mappum what do you think?
Most helpful comment
Additionally we could make the production port different then the dev port.