mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-13 11:58:17 +08:00
Rework notifications to allow request queue to observe only the requests it dispatches instead of all of them. Fixes incorrectly decrementing loading count.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
extern NSString* const RKRequestSentNotification;
|
||||
extern NSString* const RKRequestDidLoadResponseNotification;
|
||||
extern NSString* const RKResponseReceivedNotification;
|
||||
extern NSString* const RKRequestReceivedResponseNotification;
|
||||
extern NSString* const RKRequestFailedWithErrorNotification;
|
||||
|
||||
extern NSString* const RKServiceDidBecomeUnavailableNotification;
|
||||
Reference in New Issue
Block a user