- Autostart feature interferes with error handling:
- If you have custom error handler (e.g.
NunoMaduro\Collision\Provideris registered) in case of error(exception) the event loop will be started anyway (see[889ad594-ca28-4770-bb38-fd5bd8cb1777]code comment).
- If you have custom error handler (e.g.
- Autostart feature for ReactPHP event loop CAN NOT be disabled.
- Usage inside docker containers:
- To run your application with
docker-compose execuse-Toption (ortty: truefor your app service indocker-compose.yml) to disable pseudo-tty allocation. - To run daemon-like applications you should disable spinner entirely to not mess-up docker logs.
- To run your application with