Skip to content
Snippets Groups Projects
Commit f1ee8097 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix

parent 1647fbd8
Branches
Tags
No related merge requests found
......@@ -109,7 +109,6 @@ Error RequestPool::WaitRequestsFinished(uint64_t timeout_ms) {
}
void RequestPool::StopThreads() {
log__->Debug("trying to stop threads");
mutex_.lock();
quit_ = true;
mutex_.unlock();
......@@ -120,7 +119,6 @@ void RequestPool::StopThreads() {
threads_[i].join();
}
}
}
}
if (UNIX)
add_subdirectory(receiver_cpu_usage)
add_subdirectory(consumer_python_memleak)
add_subdirectory(error-sending-data-using-callback-method)
endif()
add_subdirectory(producer_send_after_restart)
add_subdirectory(error-sending-data-using-callback-method)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment