mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 17:06:18 +02:00
Rename experimental.tcp to tcp
This commit is contained in:
parent
fd616956cb
commit
3cb9902bbe
4 changed files with 14 additions and 2 deletions
|
@ -96,6 +96,7 @@ template <typename ReadStream>
|
|||
void AsioStream<ReadStream>::start()
|
||||
{
|
||||
encoder_->init(this, sampleFormat_);
|
||||
active_ = true;
|
||||
check_state();
|
||||
connect();
|
||||
}
|
||||
|
@ -104,6 +105,7 @@ void AsioStream<ReadStream>::start()
|
|||
template <typename ReadStream>
|
||||
void AsioStream<ReadStream>::stop()
|
||||
{
|
||||
active_ = false;
|
||||
timer_.cancel();
|
||||
idle_timer_.cancel();
|
||||
disconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue