-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
the fetch library fails the download at 99% or 95% with BAD_DECRYPT ssl error. i am using parallel download. i haved tried Okhttp
val fetchFastConfiguration: FetchConfiguration =
FetchConfiguration.Builder(applicationContext).setHttpDownloader(
OkHttpDownloader(
FileDownloaderType.PARALLEL
))
.setDownloadConcurrentLimit(5)
.setAutoRetryMaxAttempts(2)
.build()
also somehow the concurrentLimit does not work and autoretry as well. i am using version 3.4.1
Metadata
Metadata
Assignees
Labels
No labels