callback in on(eventType: "data", callback)
of ClientReadableStream
won't be not called
#1476
Unanswered
Gumichocopengin8
asked this question in
Q&A - Errors / Debugging Help
Replies: 1 comment 3 replies
-
@Gumichocopengin8 Hi thanks for reaching out! It's hard to tell without seeing the request/response from Envoy v.s. Tonic-web side by side. (It would be great if you could try that tho). I'm wondering if you could try using the following plugin to see if it can help you determine if the wire formats are looking correct? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I use Tonic and Tonic-web without Envoy proxy (
Tonic-web
takes over Envoy) for server and use gRPC-web in client with React19 + Vite.When I call server steaming like the following code, I see the streaming running without errors in the browser network tab, but don't see console logs at all. When I test a unary RPC, it works. Is it a gRPC-web issue or something wrong in the server code?
Versions
"google-protobuf": "^3.21.4"
"grpc-web": "^1.5.0"
Beta Was this translation helpful? Give feedback.
All reactions