Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

TaskDidResume notification not working - AFNetworking 3.1 #45

Open
judos opened this issue Oct 4, 2016 · 0 comments
Open

TaskDidResume notification not working - AFNetworking 3.1 #45

judos opened this issue Oct 4, 2016 · 0 comments

Comments

@judos
Copy link

judos commented Oct 4, 2016

I found out that the AFNetworkingTaskDidResumeNotification is not posted by AFNetworking 3.1.0.
A short lookup showed me that there is however a notification with the following name instead:

static NSString * const AFNSURLSessionTaskDidResumeNotification = @"com.alamofire.networking.nsurlsessiontask.resume";

I think the ActivityLogger should therefore adapted to use this notification instead in AFNetworkActivityLogger.m:100.

@judos judos changed the title TaskDidResume notification not working TaskDidResume notification not working - AFNetworking 3.1 Oct 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant