I had similar problem when I try to load many objects asnyc at same time. Finally I had an ugly idea that create a loading queue, which not to load the objects at once but one by one which solved the problem. It may take a little longer time but works for me. Hope for any better solution.