diff --git a/Audio/Chain/Node.m b/Audio/Chain/Node.m index a63b86f9f..6807a95f8 100644 --- a/Audio/Chain/Node.m +++ b/Audio/Chain/Node.m @@ -81,7 +81,7 @@ while(shouldContinue == YES && durationLeft <= 0.0) { if(durationLeft <= 0.0 || shouldReset) { [accessLock unlock]; - [semaphore timedWait:500]; + [semaphore wait]; [accessLock lock]; } @@ -115,7 +115,7 @@ if(durationLeft <= 0.0 || shouldReset) { [accessLock unlock]; - [semaphore timedWait:500]; + [semaphore wait]; [accessLock lock]; }