AFNetworking-Synchronous icon indicating copy to clipboard operation
AFNetworking-Synchronous copied to clipboard

Synchronous support for AFURLSessionManager

Open paulmelnikow opened this issue 9 years ago • 2 comments

In the afn2 branch is a category for synchronous methods on AFHTTPRequestOperationManager.

It'd be good to add synchronous methods for AFURLSessionManager as well.

Perhaps we could use @floschliep's promising implementation: floschliep/NSURLSession-SynchronousTask

paulmelnikow avatar Dec 27 '14 02:12 paulmelnikow

Sure, go for it!

floschliep avatar Dec 27 '14 12:12 floschliep

The 3.x implementation in 7d968ec includes support for AFHTTPSessionManager which may easily be backported to 2.x if there's a need.

paulmelnikow avatar Mar 15 '17 19:03 paulmelnikow