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 enterprisesImplement strategy to detect non seeded torrents #384
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
+1 |
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
+1 |
This comment has been minimized.
This comment has been minimized.
|
#775 Adds this 'noPeers' event whenever an announce occurs, but the resulting swarm contains no peers. I think this doesn't quite solve the problem of detecting "non seeded torrents" though. We might also look at all of our peers and see if the set of desired pieces is available before emitting a "notSeeded" event. Thoughts? |
This comment has been minimized.
This comment has been minimized.
|
Done in #775 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As @feross suggested in gitter, one possible solution is to emmit event 'no-peers' when there are no peers available on a torrent.