mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided a dead-lock in a recent commit to WebInputStream on mac
This commit is contained in:
parent
6d56e488dc
commit
ceefc5b4bf
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ public:
|
|||
[task resume];
|
||||
|
||||
while (! threadShouldExit())
|
||||
wait (-1);
|
||||
wait (5);
|
||||
|
||||
hasFinished = true;
|
||||
initialised = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue