1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Improved the idling of socket InterprocessConnections

This commit is contained in:
Tom Poole 2017-11-27 17:26:10 +00:00
parent 2e9bd44006
commit fe7f34f0fa
2 changed files with 2 additions and 2 deletions

View file

@ -325,7 +325,7 @@ void InterprocessConnection::runThread()
{
if (socket != nullptr)
{
auto ready = socket->waitUntilReady (true, 0);
auto ready = socket->waitUntilReady (true, 100);
if (ready < 0)
{