bug: added std::signal for proper handling of ctr+c

This commit is contained in:
2026-05-29 15:06:18 +02:00
parent ac3e4b2143
commit f431076a5f
@@ -53,6 +53,9 @@ int main(int argc, char *argv[]) {
return EXIT_SUCCESS;
}
// Register Ctrl+C handler
std::signal(SIGINT, sigInterruptHandler);
// LOG(sls::logINFOBLUE) << "Current Process [ Tid: " << gettid() << " ]";
// handle locally on socket crash