mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
Don't send client update as Client.Set response
This commit is contained in:
parent
86f766721d
commit
506f179ed2
3 changed files with 7 additions and 4 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
void stop();
|
||||
|
||||
/// Send a message to all connceted clients
|
||||
void send(const std::string& message);
|
||||
void send(const std::string& message, const ControlSession* excludeSession = NULL);
|
||||
|
||||
/// Clients call this when they receive a message. Implementation of MessageReceiver::onMessageReceived
|
||||
virtual void onMessageReceived(ControlSession* connection, const std::string& message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue