jbenet / ios-ntp

SNTP implementation for iOS
http://code.google.com/p/ios-ntp/
MIT License
369 stars 112 forks source link

Ability to Change the Time Servers Without Reboot #53

Open victorstewart opened 7 years ago

victorstewart commented 7 years ago

hi again. What about finishing/clearing the timeAssociations array in NetworkClock.m, whenever createAssociationsWithServers: is called? (Assuming it were filled).

Given how infrequently a lot of users update their apps.... I think it would be handy to be able to remotely fully refresh the time servers. (Right now would have to wait until the app was rebooted).