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()
1 parent b3602a0 commit 5601286Copy full SHA for 5601286
examples/transfer.rs
@@ -43,6 +43,7 @@ async fn main() -> Result<()> {
43
.client()
44
.add_from_path(abs_path, in_place, SetTagOption::Auto, WrapOption::NoWrap)
45
.await?
46
+ .finish()
47
.await?;
48
49
let node_id = router.endpoint().node_id();
0 commit comments