-
Add a function to explicitly look up a br::Object's interface via metaOb...
-
Use timeouts for all indefinite waits in process.cpp. On timeout, check the state of the relevant QLocalSocket to see if it looks like the other party is still up. On windows checking .isValid() appears to work, on linux, checking that state != unconnected appears to work.