I stopped client using stop() method of SimpleClient. Then I wanted to continue downloading and tried to use downloadTorrentAsync and downloadTorrent methods, but they both didn't work and thrown exceptions. Is there any way to continue downloading properly?
I stopped client using
stop()
method of SimpleClient. Then I wanted to continue downloading and tried to usedownloadTorrentAsync
anddownloadTorrent
methods, but they both didn't work and thrown exceptions. Is there any way to continue downloading properly?