deleted accidentaly
This commit is contained in:
parent
4b6e0addf1
commit
9a9574369a
@ -44,8 +44,11 @@ ReturnValue_t VirtualChannel::performOperation() {
|
||||
if (linkIsUp) {
|
||||
result = ptme->writeToVc(vcId, data, size);
|
||||
}
|
||||
|
||||
tmStore->deleteData(storeId);
|
||||
if (result != returnvalue::OK) {
|
||||
return result;
|
||||
}
|
||||
|
||||
count++;
|
||||
if(count == 500) {
|
||||
sif::error << "VirtualChannel: Possible message storm detected" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user