I am wondering how i can catch connection refused when doing ``` var socket = io.connect('http://domain.com'); ``` I cant find anything that would give me an event when it s happening. What i see is that there no "onerror" when launching the handshake https://github.com/LearnBoost/socket.io-client/blob/master/lib/socket.js#L151