mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-20 09:57:37 +02:00
"sendNow"
This commit is contained in:
parent
a6993f11df
commit
bd979f1c0e
4 changed files with 38 additions and 15 deletions
|
@ -66,8 +66,8 @@ public:
|
|||
bool send(const msg::BaseMessage* message) const;
|
||||
|
||||
/// Sends a message to the client (asynchronous)
|
||||
void sendAsync(const std::shared_ptr<const msg::BaseMessage>& message);
|
||||
void sendAsync(const msg::BaseMessage* message);
|
||||
void sendAsync(const std::shared_ptr<const msg::BaseMessage>& message, bool sendNow = false);
|
||||
void sendAsync(const msg::BaseMessage* message, bool sendNow = false);
|
||||
|
||||
bool active() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue