[protobuf] libprotobuf WARNING text_format.cc:1537 Proto type not found

2016-07-30 Thread Chazix
When receiving & parsing my message from a CodedInputStream & then do a msg.ShortDebugString() I'm always getting debug output of : [libprotobuf WARNING google/protobuf/text_format.cc:1537] Proto type type.googleapis.com/server.Ping not found Are there other external locations where I need to

Re: [protobuf] Re: Re-Parsing Received CodedMessages Over Network (Proto3)

2016-07-30 Thread Chazix
Thanks for the insight, that definitely does work for collecting my message, and it seems to be more so a standard compared to what I was doing, at least for my server side. On my C# client side, I still have to add + 1 to the IMessage.CalculateSize() function when sending over my UdpClient