Trying to set up and interprocess comm, I use InterprocessConnection but its method connectionLost is triggered immediatly after the related pipe has been created.
It looks like the connection can’t wait.
If this is on windows, then I’ve just hit exactly the same thing myself and am working on it. (It’s actually a bit tricky… will check something in later today probably).
Yeah, that was my first thought too, but it breaks other things. The correct fix is a bit more complex, as it also needs to behave the same on other platforms. Sorry, I’ll definitely be on the case with this in the next few days…