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!