sus-vector-fix-new-v3.1.1 #690

Merged
muellerr merged 17 commits from sus-vector-fix-new-v3.1.1 into main 2023-06-20 18:26:22 +02:00
Showing only changes of commit 92a0752e18 - Show all commits

View File

@ -268,6 +268,10 @@ ReturnValue_t PersistentTmStore::getNextDumpPacket(PusTmReader& reader, bool& fi
// restore the file dump, but for now do not trust the file.
std::error_code e;
std::filesystem::remove(dumpParams.dirEntry.path().c_str(), e);
if(dumpParams.dirEntry.path() == activeFile) {
activeFile == std::nullopt;
assignAndOrCreateMostRecentFile();
}
fileHasSwapped = true;
return loadNextDumpFile();
}