danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Server option does not fully lock the port. #292

Open royalpinto opened 7 years ago

royalpinto commented 7 years ago

--server option starts the server on port 3000 but still this port is accessible by other apps.

What could be the issue. Ideally the second process should have failed with Port is already taken.