When setting Chrome to offline, the long polling connection in the browser is disconnected as expected. When setting Chrome back to "no throttling", the long polling connection is re-established.
However, SocketIoClient.sendPacket no longer sends any messages because the first check fails
if (mConnection.getReadyState() == ReadyState.OPEN) {
In this situation, mConnection.getReadyState() remains ReadyState.CLOSED