mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-09 20:57:43 +02:00
Fix dry out timer
This commit is contained in:
parent
6d7e25e9af
commit
37829fea52
3 changed files with 32 additions and 1 deletions
|
@ -45,6 +45,8 @@ protected:
|
|||
void do_read() override;
|
||||
std::string lastException_;
|
||||
size_t dryout_ms_;
|
||||
int idle_bytes_;
|
||||
int max_idle_bytes_;
|
||||
};
|
||||
|
||||
} // namespace streamreader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue