I can't get the disconnectSync to actually disconnect the client if they close their browser in chrome (haven't tried elsewhere yet). To reproduce:
- Start a socket server with only XHR polling or only JSONP polling transports and debug log on
- Open connection in chrome (You'll see the handshake and connection in the debug log
- Close the browser tab
- Nothing registers on the server side.