WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ba98119

Browse files
zh4ngxrvolosatovs
andcommitted
Update examples/rust/streams-quic-server/src/main.rs
Co-authored-by: Roman Volosatovs <[email protected]>
1 parent f2505b6 commit ba98119

File tree

1 file changed

+1
-1
lines changed
  • examples/rust/streams-quic-server/src

1 file changed

+1
-1
lines changed

examples/rust/streams-quic-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async fn main() -> anyhow::Result<()> {
123123

124124
let invocations = bindings::serve(srv.as_ref(), Server)
125125
.await
126-
.context("failed to serve `wasi:keyvalue`")?;
126+
.context("failed to serve `wrpc-examples:streams/handler.echo`")?;
127127
// NOTE: This will conflate all invocation streams into a single stream via `futures::stream::SelectAll`,
128128
// to customize this, iterate over the returned `invocations` and set up custom handling per export
129129
let mut invocations = select_all(

0 commit comments

Comments
 (0)