TOSMBClient
TOSMBClient copied to clipboard
Add timeout handling
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.
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.
Thank you for the interest and the answer.