We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.finish()
*Progress
1 parent 5601286 commit 50c699cCopy full SHA for 50c699c
examples/transfer.rs
@@ -68,6 +68,7 @@ async fn main() -> Result<()> {
68
.client()
69
.download(ticket.hash(), ticket.node_addr().clone())
70
.await?
71
+ .finish()
72
.await?;
73
74
println!("Finished download.");
0 commit comments