nkmaurya-dev

Results 3 comments of nkmaurya-dev

I have disabled the xdebug, but there is no success. Got the same issue again.

As per your suggestion, I'm modifying the code be like this ```php Loop::run(static function () use ($items): \Generator { // Instantiate the HTTP client $client = HttpClientBuilder::buildDefault(); $requestHandler = static...

Wow, I'm able to download 284 files in a moment. There are some changes in the code as per the issues found. ```php Loop::run(static function () use ($items): \Generator {...