I am using the official Java client libraries (https://github.com/Asana/java-asana/) and I am frequently running into
java.net.SocketTimeoutException: Read timed out
and
java.net.SocketTimeoutException: connect timed out
problems. Is there any chance to configure those values, e.g. like done via
URLConnection.setReadTimeout
?