You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
When I put this code in a php file and run it from console I get no output. I expect that my AWS account id would be displayed. (I have AWS config configured in my home directory).
However, if I use the above code, everything works as expected. Note that I've added the $client->requestAsync('GET', 'https://example.com/'); call which makes the difference. If I comment that function call out I don't get any response again.
Hey this might have something to do with guzzle's promise queue. Could you try composer update --prefer-lowest and see if that works? (Just to see if that works, revert to current versions after. (Something might have changed in Guzzle lately.)) While I dive into the adapter.
Just created #34 to solve this. Could you test it out for me using composer require wyrihaximus/react-guzzle-psr7:dev-keep-ticking-the-queue-untill-it-is-empty?
Hi,
I'm trying to use this adapter together with AWS SDK version 3, but I'm running into issue that I can't figure out.
When I put this code in a php file and run it from console I get no output. I expect that my AWS account id would be displayed. (I have AWS config configured in my home directory).
However, if I use the above code, everything works as expected. Note that I've added the
$client->requestAsync('GET', 'https://example.com/');
call which makes the difference. If I comment that function call out I don't get any response again.I'm using:
and I've also tested this with packages down to versions:
The text was updated successfully, but these errors were encountered: