mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-25 22:17:06 +02:00
Renamed ServerSession => ClientSession
This commit is contained in:
parent
e279b12f31
commit
8991347947
6 changed files with 38 additions and 38 deletions
|
@ -53,7 +53,7 @@ void ControlServer::send(const std::string& message)
|
|||
if (!(*it)->active())
|
||||
{
|
||||
logS(kLogErr) << "Session inactive. Removing\n";
|
||||
// don't block: remove ServerSession in a thread
|
||||
// don't block: remove ClientSession in a thread
|
||||
auto func = [](shared_ptr<ControlSession> s)->void{s->stop();};
|
||||
std::thread t(func, *it);
|
||||
t.detach();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue