Sergey Odintsov
Sergey Odintsov
``` EvLoop::io(): 9 bytes of buffered data lost during stream conversion!, /home/shared/vendor/amphp/amp/lib/Loop/EvDriver.php:253 ``` ``` $ pecl list Installed packages, channel pecl.php.net: ========================================= Package Version State ev 1.1.2 stable pq 2.1.8...
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker. > Please confirm the following: - [x] I have read the [README](https://github.com/web-push-libs/web-push-php)...
I need connect to `ssl://gateway.sandbox.push.apple.com:2195` with certificate and passphrase. Example: https://gist.github.com/marchbold/393bd1b7828e30178899. How I can do it?
I try use PHPUnit with Postgres adapter. But I catch error. `amphp/postgres v1.4.3` Example code: ```php
I see a same error on v1.3.3. I set a pool 10 connection and receive error after 1-2 minutes: ``` pg_connection_busy(): Cannot set connection to nonblocking mode, /project/vendor/amphp/postgres/src/PgSqlHandle.php:109 ``` When...
Sql query: `SET TIMEZONE TO 'UTC'` not working, I receiving time in my local TZ `2021-03-22 14:57:49.834961+03`. But it work with connect `psql`: ``` # select now(); now ------------------------------- 2021-03-22...
I catch error ``` \Amp\Parallel\Context\StatusError: The pool was shut down in vendor/amphp/parallel/src/Worker/ContextWorkerPool.php:221 #0 vendor/amphp/parallel/src/Worker/ContextWorkerPool.php(132): Amp\Parallel\Worker\ContextWorkerPool->pull() #1 src/Process.php(313): Amp\Parallel\Worker\ContextWorkerPool->submit() ``` To fix the problem, only restarting the process helps. How to...
I use latest dev commit https://github.com/amphp/http-client/tree/bb4d51bc746d70da12835708f69a9d7426eab94e Error message: `Failed to write request (stream 15) to socket: Call to a member function getFuture() on null` Trace: ``` #0 vendor/amphp/http-client/src/Connection/Internal/Http2ConnectionProcessor.php(1056): Amp\Http\Client\Connection\Internal\Http2ConnectionProcessor->wrapException() #1...
For example: ```php $connection->query('SELECT count(*) FROM users', new TimeoutCancellation(600)); ```