Hi Loki! I don't think it's an issue for me. Do any of your async calls, by any chance, happen in the Update script, or are triggered by it in some way?
That's the thing! Remove them from the update method, because it's called every frame, that's why you're getting so many calls.
Call them once in the Start method, and you should be fine.