mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor NamedPipe tweak.
This commit is contained in:
parent
9c129d1778
commit
bfcc0dd7a5
2 changed files with 1 additions and 3 deletions
|
|
@ -106,10 +106,7 @@ void InterprocessConnection::disconnect()
|
|||
socket->close();
|
||||
|
||||
if (pipe != nullptr)
|
||||
{
|
||||
pipe->cancelPendingReads();
|
||||
pipe->close();
|
||||
}
|
||||
|
||||
stopThread (4000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue