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 upCan't seed a file and then download it #1172
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
I believe this is a NAT issue. WebTorrent does not support NATs #195 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using webtorrent 0.98.19 in Ubuntu 16 with Node v8.1.0.
I created a small Node app which seeds a file, and another one which tries to download it. For some reason, the download never starts, and I think the onTorrent event is never called.
You can find an example of the code in https://github.com/lautarodragan/webtorrent-test. You run it with:
Thanks!