curl_multi_add_handle(): Argument #2 ($handle) must be of type CurlHandle, Swoole\Curl\Handler given #3044
Labels
closed-for-staleness
guidance
Question that needs advice or information.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
When I integrated AWS SDK using Hyperf framework (swoole 5.0) and used DynamoDB for data querying, the result returned an error.
curl_multi_add_handle(): Argument #2 ($handle) must be of type CurlHandle, Swoole\Curl\Handler given . . .
so,how to fix it
Regression Issue
Expected Behavior
fix it
Current Behavior
curl error
Reproduction Steps
Execute the following code
Possible Solution
No response
Additional Information/Context
$client = self::getClient();
SDK version used
3.333
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)centos, php8.0
The text was updated successfully, but these errors were encountered: