mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 16:16:42 +02:00
renamed "add" to "sendAsync"
This commit is contained in:
parent
8b98a79806
commit
02ec52e765
4 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ void ControlServer::send(const std::string& message)
|
|||
}
|
||||
|
||||
for (auto s : sessions_)
|
||||
s->add(message);
|
||||
s->sendAsync(message);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue