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.
1 parent 2578c43 commit 54dda37Copy full SHA for 54dda37
README.md
@@ -51,8 +51,7 @@ async fn main() -> anyhow::Result<()> {
51
// build the router
52
let router = Router::builder(endpoint)
53
.accept(iroh_blobs::ALPN, blobs.clone())
54
- .spawn()
55
- .await?;
+ .spawn();
56
57
// do fun stuff with the blobs protocol!
58
router.shutdown().await?;
0 commit comments