Closed
Description
we are tying use a python grpc clinet to send request to the go server.
the proto param we used has been defined as:
message PbRider {
string speed_param = 28;
};
but we get an error:
contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes.