LogWriterFile: split long header messages that exceed the buffer length
Some message formats are longer than the 300 bytes. We can split the writes because we have to wait until they are written anyway.
Please register or sign in to comment
Some message formats are longer than the 300 bytes. We can split the writes because we have to wait until they are written anyway.