Hi,
I’m using HttpClient for data communication with server.
The problem I’m facing is that when the connection times out, no events are raised or any exceptions are thrown. It just doesn’t do anything and the callback is not called.
Also, on android, sometimes I get an exception “java.io.EOFException” on Cocos2dxHttpURLConnection.
Could someone provide a guidance on how to use httpclient properly? Is there any tricks to catch timeout and pevent the above exception?
Thanks