This commit is contained in:
Timur A. Fatkhullin 2024-10-29 18:09:46 +03:00
parent 81f0f6b02d
commit daa756d8c6

View File

@ -91,7 +91,7 @@ public:
_stopSignal.async_wait([this](std::error_code ec, int signo) {
signalReceived(ec, signo);
this->stopAllSessions();
this->stop();
});
for (const int sig : restart_sig_num) {