Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesCan'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!