gz-transport icon indicating copy to clipboard operation
gz-transport copied to clipboard

Record and playback empty messages

Open nkoenig opened this issue 4 years ago • 0 comments

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.

nkoenig avatar Aug 26 '20 14:08 nkoenig