Sean Watters
Sean Watters
i believe i may have found the issue. `call` has `SameOrigin` hard coded: https://github.com/devashishdxt/tonic-web-wasm-client/blob/c554356f2d0cc38372750560910abde902c0c35f/src/call.rs#L75 so it's not being overridden by even the `FetchOptions` i added it looks like. ```rust let...
here's a quick PR to address the hard-coded `SameOrigin` issue: https://github.com/devashishdxt/tonic-web-wasm-client/pull/43
okay, sorry for blowing this PR up so much with comments. I figured out that my issue was just that I had never configured TLS certs before for localhost and...
This may go against the goals of the project, and I may be missing a key advantage to having Rust be the glue for the gRPC interactions, but it may...