Igor Katson

Results 131 comments of Igor Katson

Sorry, I don't understand still, as the code isn't complete - you aren't downloading any torrent, and aren't deleting anything there. Can you specify a sequence of steps e.g. is...

> 5 - The files of X reappears and are blank and corrupt. What is the expectation here? As you deleted the files beforehand, and rqbit didn't know about it,...

> but will just start from 0 instead Can you clarify this? Do you mean your expectation is that it will create files with 0 length? If so, it does...

I think I understand what you mean now, please confirm if that's correct. The torrent has many files. But you deleted only some of them after they were downloaded. rqbit...

Can you check this branch https://github.com/ikatson/rqbit/pull/235? If I got you correctly, this should detect missing files even when fastresume is enabled, as it checks at least one piece from each...

I think I also fixed removing the .bitv file on Windows. Pushed to the same PR: https://github.com/ikatson/rqbit/pull/235 Can you please check it too. > it is even better since the...

Merged into main and released in 7.1.0-beta.1

@CarrotRub I can't reproduce this on main branch on Windows. I'm running the server with ```cargo run -- server start --fastresume /tmp/scratch```, and controlling the torrent through Web UI. Everything...

@CarrotRub if it works fine on main, there's nothing in 7.1.0-beta.1 that isn't merged into main afaik. So can we just close it? Or you need a release

That's great! So you just had two separate Session instances competing with each other?