mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
ChildProcessCoordinator: Fix an issue with a missing ping thread
Following commit 093dbc7df1 pings of a
child process connection need to initialised explicitly. This commit
adds a missing initialisation.
This commit is contained in:
parent
27abc89396
commit
d5d9a02c8f
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ bool ChildProcessCoordinator::launchWorkerProcess (const File& executable, const
|
|||
|
||||
if (connection->isConnected())
|
||||
{
|
||||
connection->startPinging();
|
||||
sendMessageToWorker ({ startMessage, specialMessageSize });
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue