fix: load windows roots for cloud MQTT and camera signaling

This commit is contained in:
peachismomo
2026-09-18 22:31:25 +08:00
parent 5287fd0160
commit b91f48141d
6 changed files with 66 additions and 158 deletions
-1
View File
@@ -141,7 +141,6 @@ private:
std::atomic<uint16_t> next_packet_id{1};
std::atomic<int> m_last_connack_rc{-1};
uint64_t m_attempt_number{0}; // worker-thread diagnostic sequence
std::string m_connection_stage; // worker-thread diagnostic stage
bool initial_result{false};
bool initial_completed{false};
std::atomic_bool connected{false};