The requests are started one after the other, but then run in parallel. If you 
add back in the commented out debug echo you will see it trigger in order 
because it now prints before the request has returned. That is why I removed it

Reply via email to