Add timestamps to auto published broker events.

This commit is contained in:
Jan Grashoefer 2023-04-19 14:53:46 +02:00
parent c12640b048
commit 1e807a9f0a
8 changed files with 127 additions and 10 deletions

View file

@ -53,7 +53,7 @@ void Event::Dispatch(bool no_remote)
try
{
handler->Call(&args, no_remote);
handler->Call(&args, no_remote, timestamp);
}
catch ( InterpreterException& e )