gz-transport
gz-transport copied to clipboard
Record and playback empty messages
A topic could publish an Int32 or Int64 message with data=0. In this situation the protobuf message has size zero. While this is not a problem for protobuf messages, it is considered an error for SQLite3.
See pull request #164.