You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Imho a (sequenced) session per file would be better. Another thing which might help to cope with this problem is setting the timeout from the config.xml.
Steps to reproduce
create a (very) large change on the server
try to download this change from an iOS device using a slow internet connection (transfer should be longer than 60 sec).
System info
Run cordova info (or ionic info) and paste it here, or give us information like:
Platform: iOS 9.3.5
Platform version:
Cordova version: 6.2.0
Node version: 5
The text was updated successfully, but these errors were encountered:
Problem
A large (or rather long) sync leads to a timeout on iOS. The behaviour is dependant on internet connection and transfer size.
The timeout is caused the session timeout: cordova-hot-code-push-plugin/src/ios/Network/HCPFileDownloader.m:37
Since all files are handled in a single session, the timeout is likely to occur on large transfers with slow connections.
(see also: http://stackoverflow.com/questions/23428793/nsurlsession-how-to-increase-time-out-for-url-requests)
Imho a (sequenced) session per file would be better. Another thing which might help to cope with this problem is setting the timeout from the config.xml.
Steps to reproduce
System info
Run
cordova info
(orionic info
) and paste it here, or give us information like:The text was updated successfully, but these errors were encountered: