Can unpause dead no-peer-source torrent just fine
This commit is contained in:
parent
6fea795899
commit
c84e3ad90d
4 changed files with 19 additions and 38 deletions
|
|
@ -20,7 +20,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
|
||||
let dht = DhtBuilder::new().await.context("error initializing DHT")?;
|
||||
|
||||
let mut stream = dht.get_peers(info_hash, None)?;
|
||||
let mut stream = dht.get_peers(info_hash, None);
|
||||
|
||||
let stats_printer = async {
|
||||
loop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue