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 uptorrent.progress api is not working if multiple torrent added in parallel. #1616
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of WebTorrent?
Latest - 0.103.1
What operating system and Node.js version?
mac OS 10.13.6 with node v11.13.0
What browser and version? (if using WebTorrent in the browser)
Google chrome 74.x
What did you expect to happen?
Individual torrent progress api (
torrent.progress) is not giving correct value if multiple torrents are added to Webtorrent client.What actually happened?
I am using WebTorrent in my node JS app.
client.progressis giving me correct result howevertorrent.progressnot working?API Reference - link
Any suggestion will be appreciated. Thanks.