I'm facing an issue where I get stuck in a loop in method _apply_request_throttling().
The while loop checks 2 variables, then sleeps for 0.1s and then checks them again without modyfing them. This leads to an infinite loop once entered. I'm getting then infinite flow of 🚦 Concurrent request limit reached (1/1), waiting... messages in console.
I'm facing an issue where I get stuck in a loop in method
_apply_request_throttling().The
whileloop checks 2 variables, then sleeps for 0.1s and then checks them again without modyfing them. This leads to an infinite loop once entered. I'm getting then infinite flow of🚦 Concurrent request limit reached (1/1), waiting...messages in console.