Server-side streaming support clarification #1409
tsegismont
started this conversation in
General
Replies: 2 comments 11 replies
-
@tsegismont Thanks so much for starting the discussion! It's a worthy discussion! I checked with the original author of the library (@stanley-cheung). He mentioned that at the time of design (pre 2020), binary payload didn't work across browsers when Do you/we have reason to believe this is still the case, or it has changed since then? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In different parts of the documentation, it is said that server-side streaming is only supported when
grpcwebtext
mode is used. What's the limitation exactly?I'm asking because I'm currently working on an implementation of gRPC-Web for Vert.x and, during my testing, it seemed to work[1] in both modes.
Do you believe I did something wrong or is it not officially supported because of some limitations in complex cases?
Thank you,
Thomas
[1] Worked with the browser client + Envoy Proxy + Vertx gRPC backend, and browser client + Vertx gRPC-Web backend as well.
Beta Was this translation helpful? Give feedback.
All reactions