mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-27 15:07:06 +02:00
Clean up mutexes
This commit is contained in:
parent
12aeb5859c
commit
2efd00d8ef
8 changed files with 19 additions and 18 deletions
|
@ -84,7 +84,7 @@ void StreamServer::onChunkEncoded(const PcmStream* pcmStream, bool isDefaultStre
|
|||
{
|
||||
if (!settings_.stream.sendAudioToMutedClients)
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> lock(clientMutex_);
|
||||
// std::lock_guard<std::recursive_mutex> lock(clientMutex_);
|
||||
GroupPtr group = Config::instance().getGroupFromClient(session->clientId);
|
||||
if (group)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue