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.
- Async unexpected behavior pposca
- Async unexpected behavior geotre
- Async unexpected behavior pposca
- Async unexpected behavior moerm
- Async unexpected behavior bpr
- Async unexpected behavior dom96
- Async unexpected behavior geotre
