wtsergo
wtsergo
ClusterLogHandler cannot accept all log records. e.g. in \Amp\Http\Server\Driver\Internal\AbstractHttpDriver::handleInternalServerError you have ``` $this->logger->error( "...", [ ... 'method' => $request, ... ] ); ``` Then ClusterLogHandler cannot send such error context...
Hello, I believe there is a bug in queue position resolution for the waiting consumers when cancellation happens in the middle of the waiting list. Attaching script to reproduce the...
Hello, Can you give me any insight how to debug cluster restart problem when using event loop UvDriver? Here is what I get after restart signal ``` [2024-11-02T07:51:10.899865+00:00] cluster:cluster.info: Worker...
Hello, Can you add support for paragonie/constant_time_encoding v3 ? I think change in composer.json from "paragonie/constant_time_encoding": "^2.2" to "paragonie/constant_time_encoding": "^2 || ^3" will be enough because signature for "ParagonIE\ConstantTime\Base64UrlSafe::encode" is...