-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Implement a signal handler that calls IMaster.terminate()
when relevant interrupt and terminate signals are received on both Windows and Linux.
- Implement a signal handler that calls IMaster.terminate() when the correct signals have been received. (0d) -> @VakarisZ
- Handle SIGINT and SIGTERM for Linux
- Handle analogous signals on Windows