Wait for an initial offset prior to proceeding with initialization

This commit is contained in:
Dan Paulat 2025-08-22 22:28:55 -05:00
parent 88d968a533
commit c76c9b57ed
3 changed files with 49 additions and 3 deletions

View file

@ -35,6 +35,8 @@ public:
std::string RotateServer();
void RunOnce();
void WaitForInitialOffset();
static std::shared_ptr<NtpClient> Instance();
private: