Is there an existing issue for this?
Description
Description:
Documentation states "You can send and receive ReadableStream, WriteableStream, Request, and Response using RPC methods". How can I implement these stream types via RPC methods in Rust?
Expectations:
- Detailed code example showing how to create a ReadableStream in Rust RPC
- Demonstrate how to send and receive streams between client and server
- Provide a complete working example with server and client code
Related Issues:
No access to Env in #[wasm_bindgen] RPC functions #720