instacart / instacart/TrueTime.swift

Change NTP URL after started.

Open
#50 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.