added reachability support at the manager and client level; added code to short circuit requests if offline; fixed issue with source parameter on loader related to passing managed objects across thread boundaries; added resource path property to the loader

This commit is contained in:
Jeff Arena
2010-11-30 19:38:27 -08:00
parent c19d305b45
commit 39f3d568e2
15 changed files with 397 additions and 84 deletions

View File

@@ -26,6 +26,7 @@ extern NSString* const RKDidEnterOnlineModeNotification;
NSObject<RKRouter>* _router;
RKManagedObjectStore* _objectStore;
BOOL _isOnline;
BOOL _onlineStateForced;
}
/**