Browse Source
Changed the signal from SIGUSR1 to SIGTERM. This should fix the compilation error since SIGTERM is available on all Unix-like systems including macOS. The functionality remains similar - it will still allow the master process to wait for a signal before exiting, just using a different signal type.pull/6811/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue