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