We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9217094 commit d65a2dbCopy full SHA for d65a2db
1 file changed
tns-core-modules-widgets/android/widgets/src/main/java/org/nativescript/widgets/Async.java
@@ -525,6 +525,7 @@ protected RequestResult doInBackground(RequestOptions... params) {
525
// apply timeout
526
if (options.timeout > 0) {
527
connection.setConnectTimeout(options.timeout);
528
+ connection.setReadTimeout(options.timeout);
529
}
530
531
// don't follow redirect (30x) responses; by default, HttpURLConnection follows them.
0 commit comments