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

Logger doesn't work well in AFHTTPSessionManager #24

Open
ghost opened this issue Mar 31, 2015 · 1 comment
Open

Logger doesn't work well in AFHTTPSessionManager #24

ghost opened this issue Mar 31, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 31, 2015

I changed operation manager from AFHTTPRequestOperationManager to AFHTTPSessionManager.
In the case of AFHTTPRequestOperationManager, Logger worked well.
But, after changing, Logger doesn't output JSON response which APIServer return.
I'm sure that AFHTTPSessionManager is a subclass of AFURLSessionManager, so I expected that Logger did well.

@GoMino
Copy link

GoMino commented Apr 2, 2015

Seems to be related to the AFNetworking library itself
The AFNetworkingTaskDidResumeNotification notification is never posted

Try to update your AFNetworking library to version 2.5.2 at least as a fix exist in PR #2564
pod "AFNetworking", "~> 2.5.2"

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