Reachability
Reachability copied to clipboard
Fixed #100 by using a proper memory management routine.
Now CFRetain and CFRelease function pointers are assigned to SCNetworkReachabilityContext's retain and release fields. Removed reachabilityObject property since SCNetworkReachability takes care of the lifecycle of the object now.
This looks good, except what happens if a dev calls startNotifier twice?