mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-06 21:01:42 +02:00
faster controlSession stop
This commit is contained in:
parent
06ce37be1c
commit
f897fd7076
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ void ControlSession::stop()
|
|||
if (writerThread_)
|
||||
{
|
||||
logD << "joining writerThread\n";
|
||||
messages_.abort_wait();
|
||||
writerThread_->join();
|
||||
delete writerThread_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue