mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* fix(dataman_client): fail fast when dataman is unavailable Check client_id before every DatamanClient operation to avoid waiting for a response timeout when dataman was never running. - Adds CLIENT_ID_NOT_SET guard to all sync and async methods - Avoids cross-module linkage between dataman_client lib and dataman module Supersedes #26128 * better init