Reachability icon indicating copy to clipboard operation
Reachability copied to clipboard

Fixed #100 by using a proper memory management routine.

Open dmakarenko opened this issue 9 years ago • 1 comments

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.

dmakarenko avatar Nov 28 '16 12:11 dmakarenko

This looks good, except what happens if a dev calls startNotifier twice?

tonymillion avatar Apr 06 '19 01:04 tonymillion