TrueTime.swift icon indicating copy to clipboard operation
TrueTime.swift copied to clipboard

Change NTP URL after started.

Open altec404 opened this issue 7 years ago • 0 comments

Hello, How can I change url to another after started? ex. let client = TrueTimeClient.sharedInstance let url = URL(string:"tme.apple.com") client.start(hostURLs: [url!])

let url2 = URL(string:"time.ntp.com") client.start(hostURLs: [url2!])

altec404 avatar Jan 04 '18 08:01 altec404