When saving vizMessages to a binary file through vizInterface, the outputStream buffer was not being emptied fully. This led to early file truncation. Explicitly flushing the buffer after each sim step resolves this issue.
Verification
Manual inspection of saved binaries, using protobuffer test scenario which will be pushed in a future branch.
Description
When saving vizMessages to a binary file through vizInterface, the outputStream buffer was not being emptied fully. This led to early file truncation. Explicitly flushing the buffer after each sim step resolves this issue.
Verification
Manual inspection of saved binaries, using protobuffer test scenario which will be pushed in a future branch.
Documentation
Updated release notes
Future work
None