Searched refs:PUBLISH_MAX_RETIES (Results 1 – 1 of 1) sorted by relevance
188 constexpr uint32_t PUBLISH_MAX_RETIES = 10; variable207 constexpr auto period = chrono::milliseconds(WAIT_CONN_TIMEOUT_MS / PUBLISH_MAX_RETIES); in PublishCallerAndWaitForBackcaller()215 … } while (tries < PUBLISH_MAX_RETIES && condition.wait_for(lock, period) == cv_status::timeout); in PublishCallerAndWaitForBackcaller()