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
When you create and resume TOSMBSessionDownloadTask it may work infinitely if the network connection was lost. It would be good to add the timeout, after which the task would fail.
The text was updated successfully, but these errors were encountered:
Yes, Im also having the same issue while downloading if network lost its trying to connect continuously. It would be great if introduce any timeout/network fail conditions.
Thanks,
Narendra
This sadly needs to be added to libdsm in order to be exposed here. I did some research and had a play on how to configure the sockets API to achieve this, but I couldn't get it working.
When you create and resume
TOSMBSessionDownloadTask
it may work infinitely if the network connection was lost. It would be good to add the timeout, after which the task would fail.The text was updated successfully, but these errors were encountered: