removed unused ploc commands, fix in logging report reply

This commit is contained in:
Jakob Meier
2022-05-04 12:49:43 +02:00
parent 5380ed216b
commit 475f6f1687
8 changed files with 51 additions and 69 deletions

View File

@ -161,6 +161,7 @@ ReturnValue_t PlocSupvHelper::performUpdate() {
supv::SequenceFlags seqFlags = supv::SequenceFlags::FIRST_PKT;
while (remainingSize > 0) {
if (terminate) {
terminate = false;
return PROCESS_TERMINATED;
}
if (remainingSize > supv::WriteMemory::CHUNK_MAX) {