Can unpause dead no-peer-source torrent just fine

This commit is contained in:
Igor Katson 2025-01-13 17:41:42 +00:00
parent 6fea795899
commit c84e3ad90d
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 19 additions and 38 deletions

View file

@ -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 {