Skip to content

Fix histserv signal handling

Jan de Cuveland requested to merge j.decuveland/cbmroot:fix_histserv into master

This MR addresses the signal handling issues encoutered when running the histogram server. The server should now shut down cleanly on SIGINT and SIGTERM and ignore signals like SIGWINCH.

Merge request reports