1
0
Fork 0
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:
hogliux 2016-09-12 18:06:36 +01:00
parent 6d56e488dc
commit ceefc5b4bf

View file

@ -288,7 +288,7 @@ public:
[task resume];
while (! threadShouldExit())
wait (-1);
wait (5);
hasFinished = true;
initialised = true;