fixup! Event: Make network timestamp optional

This commit is contained in:
Arne Welzel 2025-05-16 16:46:34 +02:00
parent 2faa6930f7
commit b35de58db8

View file

@ -3840,6 +3840,8 @@ void ScheduleTimer::Dispatch(double /* t */, bool /* is_expire */) {
auto ts = std::min(this->Time(), run_state::network_time);
mdv = detail::MakeMetadataVector(ts);
}
event_mgr.Enqueue(WithMeta{}, event, std::move(args), util::detail::SOURCE_LOCAL, 0, nullptr, std::move(mdv));
}
}