ET
Results
3
comments of
ET
I'm guessing that the 2nd curl_init_pooled is blocking the 1st curl_exec from completing. Is there an awaitable version of curl_init_pooled?
Reading your last comment, I'm not sure if we are on the same page. Allow me to clarify. `\HH\curl_init_pooled` blocks the main thread if the pool is at its limit....
I randomly reverted to to commit `d46034231738952e3befd7abc0e9a4d041eab591` and do not face this issue.