Cross-Platform Protobuf Serialization
问题 I have three applications that are communicating via ZeroMQ all performing different operations. The different applications are as follows: The first is a C++ application which is an engine for "hard work", this takes a Protobuf message as a request from a client, does some work, and returns a Protobuf message back to that client (or whoever is connected, Request/Reply Pattern). This uses 0MQ version 4.0.4 and using protobuf-2.6.0 where we have built the required header files ourselves, the