When the client tries to connect to a server that isn't started yet ``` var client; try{client=simpleBus.createClient(8009,'127.0.0.1');}catch(e){console.log(e);} ``` It still throws error ECONNREFUSED and crashes the application