We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi! Thank you for your great crate.
I tried to use the example with flume feature(for wasm) but can't find how to init client like in this code:
let client = quic_rpc::transport::quinn::QuinnConnection::new( endpoint, server_addr, "localhost".to_string(), );
Cheers!
Status