When using the pcntl module, a different class is used which handles the system signals to shut down evosc. However it was forgotten to add support for SIGINT, making it impossible to close the process through the terminal as an example. This pull request adds a subscription to SIGINT as well.
When using the pcntl module, a different class is used which handles the system signals to shut down evosc. However it was forgotten to add support for SIGINT, making it impossible to close the process through the terminal as an example. This pull request adds a subscription to SIGINT as well.