Files
RestKit/Code/Network
Blake Watters d75fd7d0b0 Refactored RKReachabilityObserver to work around issues with iOS 5 + host reachability and expand its capabilities. closes #408
* Added support for monitoring by IP address or hostname as well as local Wifi and Internet access generally
* Eliminated usage of synchronous calls to obtain reachability flags during status checks
* Reworked SystemConfiguration reachability callback to cache flags
* RKClient now monitors Internet access instead of hostname based reachability by default. baseURLReachabilityObserver eliminated in favor of reachabilityObserver. It is now a retain property that can be customized
* Queue suspension is now tied to the reachability observer rather than baseURL mutation
2011-10-19 08:51:37 -04:00
..
2011-09-07 10:35:40 -04:00
2011-09-07 10:35:40 -04:00
2011-09-07 10:36:16 -04:00
2011-09-07 10:36:16 -04:00
2011-10-13 15:43:47 +02:00