Fixed build

This commit is contained in:
SChernykh
2025-05-16 08:01:19 +02:00
parent e9d49b2a1d
commit f9831500e4
3 changed files with 12 additions and 9 deletions
+1 -6
View File
@@ -171,12 +171,7 @@ void ZMQReader::run()
}
ON_SCOPE_LEAVE([this]() {
try {
m_monitor->abort();
}
catch(...) {
LOGERR(1, "m_monitor->abort() failed");
}
m_monitor->abort();
uv_thread_join(&m_monitorThread);
});