aldenml/libtorrent4j

Start a task with Resume file take too much time

Jason-wam opened this issue · 4 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!

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

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

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

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