Oleg Kolesov
Oleg Kolesov
Example ```php Loop::run(function () { $uri = "tcp://127.0.0.1:1337"; Loop::repeat(500, function () { echo 'Counters: '. Test::$constructInc . ' - ' . Test::$destructInc . PHP_EOL; echo 'Memory: ' . round(memory_get_usage() /...
https://github.com/amphp/postgres/issues/53
If we have a long running query and try to close connection while it is executing, loop will be blocked. Script: ```php
InvalidConfigException using relation with array column in PostgreSQL. > Value must be convertable to string. ### What steps will reproduce the problem? 1) Create 2 tables. ```sql CREATE TABLE IF...
Suggested solution for https://github.com/yiisoft/yii2/issues/19630 | Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues...