Closed wenyang9319 closed 7 years ago
@smanikandan14
Any thoughts would be appreciate =)
DownloadDispatcher already catch SocketTimeOutException, and use e.printStackTrace(); tell user this exception. so it is not error, it just a log for this exception.
Agreed with @wangzhengyi . Closing this as not an issue.
I was testing ThinDownloadManager with a bad internet connection situation, and the following error prompts out:
Anyway to handle this? I was pass in the RetryPolicy but it didn't catch this error. Further, onDownloadFailed from DownloadStatusListenerV1 didn't trigger.