It fully works!
This commit is contained in:
parent
2fee0ca8c2
commit
29c46f2579
2 changed files with 26 additions and 10 deletions
|
|
@ -99,7 +99,10 @@ impl TorrentStateInitializing {
|
|||
)
|
||||
.initial_check(&self.checked_bytes)
|
||||
})?;
|
||||
bitv_factory.store_initial_check(id, have_pieces).await?
|
||||
bitv_factory
|
||||
.store_initial_check(id, have_pieces)
|
||||
.await
|
||||
.context("error storing initial check bitfield")?
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue