diff --git a/repertory/librepertory/src/comm/packet/client_pool.cpp b/repertory/librepertory/src/comm/packet/client_pool.cpp index 23dae246..2bce6980 100644 --- a/repertory/librepertory/src/comm/packet/client_pool.cpp +++ b/repertory/librepertory/src/comm/packet/client_pool.cpp @@ -150,13 +150,6 @@ void client_pool::pool::shutdown() { std::swap(pool_queues, pool_queues_); pool_lock.unlock(); - for (auto &entry : pool_queues) { - entry.second->shutdown = true; - - mutex_lock lock(entry.second->mutex); - entry.second->notify.notify_all(); - } - pool_queues.clear(); }