Open
Description
I'm using socket-io-client-java with an Android app running in the latest version of the Android Studio emulator, and I've been having a problem with timeout. Whenever I set the client's timeout value to greater than 10000 ms (which it is by default, as the default is 20000), my Socket.EVENT_CONNECT_TIMEOUT listener is never called, and the Socket.EVENT_CONNECT_ERROR handler gets triggered with the following error:
"io.socket.engineio.client.EngineIOException: xhr poll error"
If I specify a timeout value under 10000 ms, the timeout handler gets called as expected.