Replies: 5 comments
-
It looks like the tonic-web-wasm-client version from crates.io doesn't use tonic 0.14 yet. |
Beta Was this translation helpful? Give feedback.
-
Using the version from `*mut u8` cannot be sent between threads safely |
Beta Was this translation helpful? Give feedback.
-
Can you try with v0.8.0? |
Beta Was this translation helpful? Give feedback.
-
@devashishdxt great a new release. I'll check when I'm back in a few days |
Beta Was this translation helpful? Give feedback.
-
I just checked and it looks like everything is working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had this working with tonic 0.13.
After upgrading to 0.14 I get this error
The code looks like
The field in a struct where I keep the client
I don't know if I made a mistake with the changes required for the migration or if this is caused by changes in tonic or tonic-web-wasm-client.
Beta Was this translation helpful? Give feedback.
All reactions