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 upFile overriden when seeding multiple torrents #416
Comments
This comment has been minimized.
This comment has been minimized.
|
Okay I got it! It's because I'm passing the same Do you think |
This comment has been minimized.
This comment has been minimized.
|
Yes, it should definitely be cloned before being mutated. This is a bug. On Wed, Sep 2, 2015 at 1:15 PM Valérian Galliat notifications@github.com
|
Hi,
I'm running the following code to seed files with WebTorrent:
But the magnet URI file is
foo.pngfor both torrents, and surprisingly,foo.pngis overriden withtest.webmcontent on the filesystem!Here's the
DEBUG=webtorrent*output:I'm still trying to find out why this bug is happening...