void waitForConnection() throws Exception { while (!isConnected()) Thread.sleep(50); }
// For testing only. Makes responder faster. void createSlimService(String args) throws Exception { while (!tryCreateSlimService(args)) Thread.sleep(10); }