Remove timeout in getNextPlayerChunk

This commit is contained in:
badaix 2020-02-16 21:23:26 +01:00
parent 3e91984d3e
commit 99e147c5aa
5 changed files with 63 additions and 89 deletions

View file

@ -134,7 +134,7 @@ void CoreAudioPlayer::worker()
{
while (active_)
{
if (pubStream_->waitForChunk(100))
if (pubStream_->waitForChunk(100ms))
{
try
{