Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFix 'left' parameter on seed #1701
Conversation
This comment has been minimized.
This comment has been minimized.
|
Thanks for taking a stab at solving this! This doesn't seem to fix the issue for me. Piece verification is asynchronous so it is not guaranteed to complete before the I used
Note that |
This comment has been minimized.
This comment has been minimized.
|
Ah yeah, of course. Thanks for the feedback! I've made some changes to take the asynchronous behaviour into account. (Still don't know if it's the best approach) I also had to change the tests |
This comment has been minimized.
This comment has been minimized.
Thanks for catching this! |
This comment has been minimized.
This comment has been minimized.
|
0.107.4 |
alxhotel commentedAug 11, 2019
Fixes #1105
As mentioned by @feross, this PR just verifies the torrent before trying to discover peers.
I have tested it by seeding and downloading and it works fine.
If anyone has better solutions, let me know.