GCNetworkReachability icon indicating copy to clipboard operation
GCNetworkReachability copied to clipboard

GCNetworkReachability not thread safe/can't have multiple instances

Open esad opened this issue 12 years ago • 0 comments

Use of global static variables such as _lock_queue leads to race conditions.

However, It is suggested that there can be multiple instances running concurrently due to existence of initializers that return different objects and not a singleton.

esad avatar Sep 27 '13 17:09 esad