Delay in making http requests using Alamofire in playground
问题 I am running into a strange issue where Alamofire.request(.GET) statement in my playground gets executed after some delay in the playground Setup: I followed the following link to import Alamofire framework to test networking requests in xcode playground. This is the code I have in my playground. And when I look at the logs of my webserver the logs get updated after almost ~few minutes delay. I have verfied that it is not the log process that is causing delay. Making same http request using