Your core problem is that you only have 1 client, no matter whether async or 
not. One solution would be to instead of having one var outside the loop have a 
`let this = newAsyncHttpClient()` _inside_ the loop and to then add/append the 
Future result to the result list.

Reply via email to