Start a task with Resume file take too much time
Jason-wam opened this issue · 4 comments
Jason-wam commented
When start a task with a Resume file,sometimes it take too much time (Occasionally even more than 20 seconds)。
but i don't know why it happens。
session.download(torrentInfo, downloadFile, resumeFile, selection.toTypedArray(), null, flags)
Thanks for this library!
471448446 commented
检查下SessionManager.start()
调用了没有
Jason-wam commented
调用了的,是存在延迟启动完毕吗
aldenml commented
@Jason-wam can you start the session with logging = true
?
Jason-wam commented
I solved it with session.swig().async_add_torrent(addTorrentParams)
,thanks for your attention