Hello Lyft 🙂👋
I'm stepping across this project, as we're looking for NTP library. It looks great and does what we need with minimum code 🚀. Although, I'm wondering if it's possible to specify multiple NTP hosts?
Kronos Android supports it:
val NTP_HOSTS = listOf("0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org")
// ..
ntpHosts: List<String> = NTP_HOSTS
but the iOS version seems to only accept single host:
pool: String = "time.apple.com"