mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-02 19:01:47 +02:00
Small code cleanup
This commit is contained in:
parent
8238f7a147
commit
0af19ca0cb
2 changed files with 102 additions and 101 deletions
|
@ -155,6 +155,7 @@ void ClientConnection::sendNext()
|
|||
}));
|
||||
}
|
||||
|
||||
|
||||
void ClientConnection::send(const msg::message_ptr& message, const ResultHandler& handler)
|
||||
{
|
||||
strand_.post([this, message, handler]() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue