Tony Million

Results 25 comments of Tony Million

Can you turn it into a patch and I'll pull it into the main repo!

👍 I like it - I'll merge it in soon (sorry for the .... nearly 4 year wait)

The way I've always dealt with this is to use Rechability as the input to a state machine. That is Reachability changes trigger changes to the state machine, the output...

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

Yes - I'll try and get on that this week

The problem here is it doesn't account for the `CFRelease(self.reachabilityRef);` On line 175 which takes care of freeing the `SCNetworkReachabilityCreate*` object

Thats a new one! The solution, I suppose, would be to rename the framework as something else while keeping the name for compiled projects?

I agree - I have a lot of work right now, but I'd like to look into if you can detect when being compiled as a framework and change the...

Yes - I've been very busy lately and unfortunately things have fallen behind

This would break its "drop in" replacement for the older Apple stuff. I'll leave this open though so others could use your patch.