updated all receiver testing

This commit is contained in:
2020-03-27 16:59:16 +01:00
parent 58ab3c4123
commit d488f4bea8
4 changed files with 472 additions and 291 deletions

View File

@ -3269,6 +3269,7 @@ void Module::setPartialFramesPadding(bool padding) {
void Module::startReceiver() {
LOG(logDEBUG1) << "Starting Receiver";
shm()->stoppedFlag = false;
if (shm()->useReceiverFlag) {
sendToReceiver(F_START_RECEIVER, nullptr, nullptr);
}