U Team Core

U Team Core

37M Downloads

Client has not timeout

HyCraftHD opened this issue ยท 0 comments

commented

When you are not connected to the internet or your connection is very slow, there should be a timeout value.

HttpURLConnection connection = (HttpURLConnection) new URL(connectionurl).openConnection();

E.g.
connection.setConnectTimeout(5000); connection.setReadTimeout(5000);