Skip to content

Commit ba98119

Browse files
zh4ngxrvolosatovs
andcommitted
Update examples/rust/streams-quic-server/src/main.rs
Co-authored-by: Roman Volosatovs <rvolosatovs@users.noreply.github.com>
1 parent f2505b6 commit ba98119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/rust/streams-quic-server/src

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)