Searched refs:REPLY_RETRY_WAIT_MS (Results 1 – 2 of 2) sorted by relevance
138 static constexpr int32_t REPLY_RETRY_WAIT_MS = 10; variable
139 std::this_thread::sleep_for(std::chrono::milliseconds(REPLY_RETRY_WAIT_MS)); in ProcessReply()