Crash, if request data very often
digitalergonom opened this issue · 1 comments
digitalergonom commented
carlbrown commented
At the time this library was written, iOS4 was the current version of iOS and NSUserDefaults under iOS4 wasn't documented to be thread-safe (NSUserDefaults became thread-safe in (I think) iOS 5.0 or iOS5.1).
In any case, this library wasn't written to be thread-safe, so you'll need to use an external synchronization mechanism if you're calling it from multiple threads.