This commit is contained in:
2025-10-04 14:03:11 -05:00
parent 744a7406d9
commit 756f701fdb

View File

@@ -77,8 +77,8 @@ void client_pool::pool::work_queue::work_thread() {
if (actions.empty()) {
if (not shutdown) {
notify.wait_for(lock, std::chrono::seconds(5U));
unlock_and_notify();
}
unlock_and_notify();
continue;
}