Gaspare Iengo
Gaspare Iengo
I am using 3.14.0 and ed25519 was not working with an imported key pair - it shows the public key in the logs but then I cannot connect to a...
I did try yesterday on a fork after posting the issue, it is not enough, the process is not properly started and I see on ‘htop’ that for a moment...
I am trying to use a Task on the Worker Pool, but it is possible I am not migrating correctly from using `call` and `enqueue` to the new `async` and...
I have some other info, if I get the $pool and I run after the task execution: ``` $pool = \Amp\Parallel\Worker\workerPool(); $pool->kill(); ``` I get zombie processes But if I...
For now I managed to avoid zombies with ``` register_shutdown_function(\Amp\parallel\Worker\workerPool()->shutdown(...)); ``` I tried to await workers in the parallel pool destructor, but was not working
I updated to latest commit 8574b14 So my start test case is with these 2 calls, which still work on the new code: ``` // Ensure worker pool shutdown register_shutdown_function(\Amp\parallel\Worker\workerPool()->shutdown(...));...
I did more testing, and seems to be related to the way GSON handles data in java side. For example, testing input by sending `ạ` is correctly encoded in javascript...
I see the same error EOF with this setup: - 2.70 - docker private registry with seaweedfs fuse mount as storage backend and these steps - create and push a...
It still happens with 2.74, I will have to check with latest ``` ktadmin@KTHTTP7001:/var/www$ date Mon Nov 8 **16:54:36** UTC 2021 ktadmin@KTHTTP7001:/var/www$ PROJECT=katapydev/web-laravel-proj-p9-amplifychurch TAG=develop DEST="/var/www/AMPLIFYCHURCH_DEMO" IMAGE=registry.katapy.io/${PROJECT}:${TAG} && export CVSIGNORE=".env appconfig.hjson...