Throw an exception in case of error during ExecuteEventHandler if source is not set

This commit is contained in:
Mattia Codato 2020-07-23 13:23:13 +02:00
parent 53659066f2
commit aadedc0d1c
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
double now = Utility::GetTime();
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
} else {
throw ex;
}
}
} else if (command_type == "notification_command") {