Pierre Foresi
Results
2
issues of
Pierre Foresi
This pull request refactors the handling of OS signals for daemon commands by introducing a dedicated `ConsoleCommandListener` that responds to Symfony's `ConsoleSignalEvent`. The signal handling logic is moved out of...
When updating to sf >= 7.3 projects based on DaemonBundle fails since symfony Command implements the SignalableCommandInterface on its 7.3 version. To fix this I sent the PR #42 that...