The socket-timeout-exception tag has no wiki summary.
1
vote
2answers
2k views
Android - setSoTimeout not working
So I'm running into a not working socket timeout. I followed all instructions given by existing posts, but its still not working (I never get a socket timeout exception). Here is my code:
...
0
votes
2answers
284 views
How to debug SocketTimeoutException?
We are getting a java.net.SocketTimeoutException on server B when client A connects to server B. No idea why. The client is sending data to the server and the server then throws this exception. How ...