instacart / instacart/TrueTime.swift
Change NTP URL after started.
Open
- Dominant language
- Swift
- Stars
- 634
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
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!])
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.