[2020.28110]WebClientDAT ignores request when triggered in the same frame as it finished

With the single-request nature of the webclientDAT I have to query my requests when I want to autmate the process. Only problem here is that when I instantly fire the next request after I received my response, the WebClientDAT is ignoring that request. I have to fire the next requests of my qeue with a 1 frame delay for it to send the next request propper.