libtorrent4j icon indicating copy to clipboard operation
libtorrent4j copied to clipboard

Start a task with Resume file take too much time

Open Jason-wam opened this issue 1 year ago • 3 comments

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!

Jason-wam avatar Jul 29 '22 04:07 Jason-wam

检查下SessionManager.start()调用了没有

471448446 avatar Jul 29 '22 07:07 471448446

调用了的,是存在延迟启动完毕吗

Jason-wam avatar Jul 31 '22 09:07 Jason-wam

@Jason-wam can you start the session with logging = true?

aldenml avatar Aug 15 '22 01:08 aldenml

I solved it with session.swig().async_add_torrent(addTorrentParams),thanks for your attention

Jason-wam avatar Nov 04 '22 16:11 Jason-wam