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 upAllow multiple remove/add calls for a torrent object #1699
Conversation
torrent object were created each time, even if torrentId was already a torrent.
This comment has been minimized.
This comment has been minimized.
|
ugh... looks like the state of the torrent after remove is borked... |
This comment has been minimized.
This comment has been minimized.
|
removing the torrent and then adding back the old torrent.torrentFile gets the workflow working, however it loses the data from the previously downloaded torrent... any ideas? |
This comment has been minimized.
This comment has been minimized.
|
You can pass a |
This comment has been minimized.
This comment has been minimized.
|
@feross any thoughts on a method like pause that actually halts all traffic? I wouldn't have to remove, re-add then |
This comment has been minimized.
This comment has been minimized.
|
Not a bad idea. I don't have bandwidth to write it now, but would like to get to this eventually. |
ddumont commentedAug 9, 2019
torrent object were created each time, even if torrentId was already a torrent.