Good evening everybody,
I’m trying to use InterprocessConnection but its virtual method connectionLost isn’t triggered when the listening pipe is closed (or the owner process is shut).
The same behaviour happens with the Juce demo.
And, it seems that calling disconnect() on an non-opened connection cause the application to hang (I suppose it may be the same problem cause the disconnect() method calls the internal connectionLost).
Thank you for your help.
