Replies: 1 comment
-
You should listen for torrent.Closed too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, in one goroutine, i listen for GotInfo() because i want to start the torrent(setting priority of files to normal) after Info is recieved.
So,during listening of GotInfo() of torrent, if i Drop() the torrent in another goroutine, what will happen to Info() ? will GotInfo() ? should i listen for torrent.Closed() too?
Beta Was this translation helpful? Give feedback.
All reactions