faster controlSession stop

This commit is contained in:
badaix 2016-11-09 22:07:53 +01:00
parent 06ce37be1c
commit f897fd7076

View file

@ -70,6 +70,7 @@ void ControlSession::stop()
if (writerThread_)
{
logD << "joining writerThread\n";
messages_.abort_wait();
writerThread_->join();
delete writerThread_;
}