Closed borngraced closed 1 year ago
Thanks for creating this issue. Can you please mention the version of tonic
and tonic-web-wasm-client
that you're using?
Thanks for creating this issue. Can you please mention the version of
tonic
andtonic-web-wasm-client
that you're using?
[dependencies]
prost = "0.12.1"
tonic = { version = "0.10.1", default-features = false, features = [
"prost",
"codegen",
] }
tonic-web-wasm-client = "0.4.0"
wasm-bindgen-test = "0.3.34"
[build-dependencies]
tonic-build = { version = "0.10.1", default-features = false, features = [
"prost",
] }
In all probability, this is because you're using newer version of tonic
. I've released 0.5.0
for tonic-web-wasm-client
which should be compatible with newer tonic
versions. Link.
thanks working now.
I have my code setup correctly but creating new client
CompactTxStreamerClient
fromClient
results in an error.weird because I confirm that this only works in the test_suite from the repo
ERROR