The message has to be constructed in C code.  My current implementation is :
  1. construct grpc message in C and pass it as bytes to GO code through 
channel;
  2. in Go code, call proto.unmarshal to get grpc message;
  3.  Send the grpc message out via stream.Send(grpcmsg)

What we want is to skip this unmarshal because we've already constructed 
the grpc message in C.  Is there any way to do a type cast thing to skip 
unmarshal?


Thanks
Steven

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e20a2a0d-c2db-4481-9a03-ca7aca910ed2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to