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

@ -17,6 +17,7 @@ void Initialize()
ntpClient_ = network::NtpClient::Instance();
ntpClient_->Start();
ntpClient_->WaitForInitialOffset();
}
void Shutdown()