> It sounds to me like the receiving end didn't actually receive any data -- > you had it parse an empty message, or a garbage message.
That's what I thought, it just seems weird that it would work in a separate project. > You should verify that the bytes you got from the serializer and the bytes > you fed to the parser are really the same. For example, compute a checksum > at both ends and print it, then verify manually that they match. As I posted above, I'm not sure how to do this, could you post an example? Thanks for the suggestions. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
