constantine-fry / rebekka

Rebekka - FTP/FTPS client in Swift.
BSD 2-Clause "Simplified" License
87 stars 56 forks source link

Cancel Download #17

Open Chitinsoftware opened 7 years ago

Chitinsoftware commented 7 years ago

Hi,

in a project, I need to cancel an active download session. As the Session class does not provide any cancel method, I tried the following:

The good thing: It cancels the download (in most of the cases - sometimes, the download does continue, which I see from the XCode stats section).

The bad thing: If I start a new session afterwards and call the download method, the completion block is never called, and the download does not work any more :-(

Any ideas? Is my approach to cancel all operations on the queue right or what would you recommend?

Bye, Wolfgang

anuj-ios commented 5 years ago

Hi @Chitinsoftware , I am also facing the same issue. Any luck on this? Help would be appreciated. Thanks.