Viacheslav Semykrasov
Results
2
comments of
Viacheslav Semykrasov
Hi @kelunik , I'm facing the same issue too, on $pool->shutdown() I don't have neither `parallel` nor `pthreads` extensions so `WorkerProcess` is being used ``` class AmpCoroutinePerformer { ... public...
It seems to happen in production env only because local and staging work fine I run into this issue after upgrade laravel 5.8 to 6. Before this, the same version...