Closed bengeisler closed 1 year ago
When logging many messages per cycle, eventually FB_FileClose throws an error. The state machine of DynamicStringBuffer.PersistToFile changes from STATE_APPEND_DATA_TO_FILE (3) to IDLE (0). The opened file does not get closed.
FB_FileClose
DynamicStringBuffer.PersistToFile
STATE_APPEND_DATA_TO_FILE
IDLE
Following up on discussion at #2 .
When logging many messages per cycle, eventually
FB_FileClose
throws an error. The state machine ofDynamicStringBuffer.PersistToFile
changes fromSTATE_APPEND_DATA_TO_FILE
(3) toIDLE
(0). The opened file does not get closed.Following up on discussion at #2 .