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
When you run php bin/console server:start and you don't have installed pcntl, the console asks you
"Do you want to execute server:run immediately? [yN]:".
If you answer this with 'N' or 'n', it just continues and starts the server. You have to leave it empty to stop the command.
If it's ok, I am candidate to fix this and make my first PR to Symfony.