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:
parent
2e9bd44006
commit
fe7f34f0fa
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue