Re: [protobuf] RPC_Implementations: a Protobuf RPC lib and a minimal RPC server implementation

2014-11-21 Thread Madwyn
Cheers! On 17 November 2014 19:14, Feng Xiao xiaof...@google.com wrote: Done. Thanks! On Mon, Nov 17, 2014 at 8:44 AM, Madwyn Wen mad...@gmail.com wrote: Would you please add my new implementations to the wiki https://github.com/google/protobuf/wiki/Third-Party-Add-ons. libpbrpc:

[protobuf] Writetype mismatch message

2014-11-21 Thread Ganesh Sangle
I am running into a weird situation where the length of the data passed in the elements leads to a Writetype mismatch message. Here is snippet for the protobuf: message QueryResponse { message QueryNode { required string node_name = 1; required string node_value = 2; }