fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user