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 upclient.add() with manual trackers, causes duplicates #571
Comments
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero I can't seem to reproduce this issue still. I even took a look at the BTorrent codebase to see if I could find the cause. I just committed some additional tests that work fine. If you could help get to the bottom of this, that would be great! |
This comment has been minimized.
This comment has been minimized.
|
@feross I will look into this issue this weekend, having bad internet connection right now. I'll be home tomorrow and check this |
This comment has been minimized.
This comment has been minimized.
|
The issue in BTorrent was that the announce list was an array of array of string so uniq wasn't really working on array <-> string comparison. Fixed in BTorrent 0.12.1. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Reposting issue for @DiegoRBaquero, from #563 (comment):