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
After 15 seconds, Amp\Artax\TimeoutException is thrown :
Fatal error: Uncaught Amp\Artax\TimeoutException: Allowed transfer timeout exceeded: 15000 ms in /app/vendor/amphp/artax/lib/DefaultClient.php on line 402
Amp\Artax\TimeoutException: Allowed transfer timeout exceeded: 15000 ms in /app/vendor/amphp/artax/lib/DefaultClient.php on line 402
Call Stack:
0.0001 390472 1. {main}() /app/examples/server.php:0
0.0105 1637376 2. Amp\Loop::run() /app/examples/server.php:16
0.0107 1648320 3. Amp\Loop\NativeDriver->run() /app/vendor/amphp/amp/lib/Loop.php:76
15.0209 6772248 4. Amp\Loop\NativeDriver->tick() /app/vendor/amphp/amp/lib/Loop/Driver.php:70
15.0210 6769168 5. Amp\Loop\NativeDriver->error() /app/vendor/amphp/amp/lib/Loop/Driver.php:126
I'm running the code using the official PHP 7.2.5 docker image with the docker socket mounted as a volume --volume /var/run/docker.sock:/var/run/docker.sock:ro and the following extensions :
Hi,
I tried to use
DockerAsyncclient to listen to docker system events like so :After 15 seconds,
Amp\Artax\TimeoutExceptionis thrown :I'm running the code using the official PHP
7.2.5docker image with the docker socket mounted as a volume--volume /var/run/docker.sock:/var/run/docker.sock:roand the following extensions :It must be noted that every docker commands that don't use an
EventStreamare working as expected.I tried to debug the call using xdebug, but I haven't found anything suspicious in your client.