B B4JExplorer Active Member Licensed User Longtime User Feb 25, 2015 #1 Hi, In the non-ui example of downloading a file, https://www.b4x.com/android/forum/threads/non-ui-applications.34657/ , I'm receiving one of those time out errors: java.net.SocketTimeoutException: Read timed out , and the HttpClient doesn't seem to have a timeout property. Is there a way to set the timeout value, with the curl example?
Hi, In the non-ui example of downloading a file, https://www.b4x.com/android/forum/threads/non-ui-applications.34657/ , I'm receiving one of those time out errors: java.net.SocketTimeoutException: Read timed out , and the HttpClient doesn't seem to have a timeout property. Is there a way to set the timeout value, with the curl example?
B B4JExplorer Active Member Licensed User Longtime User Feb 25, 2015 #2 The req object uses HttpRequest, which has a timeout property. Got it, resolved. Upvote 0