mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-07 05:11:43 +02:00
Remove timeout in getNextPlayerChunk
This commit is contained in:
parent
3e91984d3e
commit
99e147c5aa
5 changed files with 63 additions and 89 deletions
|
@ -134,7 +134,7 @@ void CoreAudioPlayer::worker()
|
|||
{
|
||||
while (active_)
|
||||
{
|
||||
if (pubStream_->waitForChunk(100))
|
||||
if (pubStream_->waitForChunk(100ms))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue