All Questions
Tagged with protobuf-python protobuf-c
2 questions
0
votes
1
answer
314
views
SerializeAsString - server, ParseFromString - client. "Decode error" Exception occurred, but the data looks correct
Our application workflow uses protobuf for cross-language IPC.
We have a C++ application publishing data over Linux shared memory to various clients on the same host.
Data is published to shared ...
1
vote
1
answer
792
views
Find unused protobuf messages
We have a large project with many proto-files. Many of those contain messages that are no longer used anywhere, and hence I'd like to delete them. However, due to the size of the project, it's non-...