JS <=> Rust worker streaming
Hi I'm trying to calling from JS service to Rust service using RPC.
the RPC output (and input) is limited in 1MB to I have to use stream to bypass the limit
I tried with
However I always getting "The destination execution context for this RPC was canceled while the call was still running.". Has anyone experienced this?
the RPC output (and input) is limited in 1MB to I have to use stream to bypass the limit
I tried with
However I always getting "The destination execution context for this RPC was canceled while the call was still running.". Has anyone experienced this?