Ref T295, 2nd connect check if one failed

Experimental: See if this finds false warnings
This commit is contained in:
Klaus Basan
2018-08-20 18:17:47 +02:00
parent b610ff1087
commit 3f1e2940a2
2 changed files with 18 additions and 4 deletions

View File

@@ -183,7 +183,7 @@ namespace BlackCore
std::atomic_bool m_online { true };
std::atomic_bool m_internetAccessible { true };
std::atomic_bool m_dbAccessible { true };
std::atomic_bool m_lastClientPingSuccess { true };
std::atomic_bool m_lastClientPingSuccess { true }; //!< ping swift DB client service
std::atomic_bool m_checkDbAccessibility { true };
std::atomic_bool m_checkSharedUrl { true };
std::atomic_bool m_checkInProgress { false }; //!< a check is currently in progress