after changing the fixed index buffer to use writeBinary, it was actually writing the header AND the contents of the existing index from the indexed folder to the file, thus checksums for the .idx files wont match.
use an empty buffer from the start and fill accordingly
after changing the fixed index buffer to use writeBinary, it was actually writing the header AND the contents of the existing index from the indexed folder to the file, thus checksums for the .idx files wont match.
use an empty buffer from the start and fill accordingly