We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2505b6 commit ba98119Copy full SHA for ba98119
1 file changed
examples/rust/streams-quic-server/src/main.rs
@@ -123,7 +123,7 @@ async fn main() -> anyhow::Result<()> {
123
124
let invocations = bindings::serve(srv.as_ref(), Server)
125
.await
126
- .context("failed to serve `wasi:keyvalue`")?;
+ .context("failed to serve `wrpc-examples:streams/handler.echo`")?;
127
// NOTE: This will conflate all invocation streams into a single stream via `futures::stream::SelectAll`,
128
// to customize this, iterate over the returned `invocations` and set up custom handling per export
129
let mut invocations = select_all(
0 commit comments