Hi,--Forgive me if this question has an obvious answer. Is there a way to dump the raw protocol buffer bytes from the wire?Setup: I have a client written in C++ that connects to a gRPC server written in Go. I want the Go server to take the raw bytes from the wire and forward the buffer over a websocket to a javascript webapp which will use protobuf.js to decode.I'd rather not have grpc-go unmarshal the protobuf message from the c++ client just to marshal the same data to send to the js browser app.Side note: Can't wait for Fetch or similar to allow for a browser-based gRPC endpoint.Thanks everyone!Samir
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/cc533670-899b-4e42-88d3-e9503404aa97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oNJi9xasJBCi8J0J60GRgEoDN2VsR1OW%2BE5t1GKR2H%3DqQ%40mail.gmail.com.