You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered: