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.pause is not working #1035
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
From the docs for
If you want to stop downloading, use |
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.
Hi,
I know it could be a false issue. But i have tried all the ways possible. Am building a node application which will allow my users to downloading torrents from my website. Downloading working fine. But when trying to implement pause/resume its just not happening.
code snippet for reference
var torrent = client.get(torrentId);// torrent.pause();torrent.swarm.pause();tried both.
My webtorrent version: 0.98.0
On Windows7 with node v6.9.1