Files
PX4-Autopilot/src
Nuno Marques 93bb12ea2b fix(dataman): avoid lockstep client ID stalls
Defer client ID acquisition until the first operation needs it and retry requests using wall time in Windows lockstep builds.

This prevents startup from blocking on dataman responses while simulated time is not advancing, while preserving the existing poll-based path for normal POSIX and non-lockstep builds.

Signed-off-by: Nuno Marques <n.marques21@hotmail.com>
2026-05-05 21:13:55 -07:00
..