some fixes necessary to perform size check
This commit is contained in:
@ -101,7 +101,8 @@ ReturnValue_t ActionHelper::reportData(MessageQueueId_t reportTo,
|
||||
|
||||
//TODO Service Implementation sucks at the moment
|
||||
if (hideSender){
|
||||
result = MessageQueueSenderIF::sendMessage(reportTo, &reply);
|
||||
result = MessageQueueSenderIF::sendMessage(reportTo, &reply,
|
||||
MessageQueueMessage::MAX_MESSAGE_SIZE);
|
||||
} else {
|
||||
result = queueToUse->sendMessage(reportTo, &reply);
|
||||
}
|
||||
|
Reference in New Issue
Block a user