The same project, tototally the same.
When I start-up with command:
$ composer run --timeout=86400 serve
It works ok, I wanna a single record printed, just like:
pls visit http://139.162.123.197:9502/ for testing.
when I stoped it, and start it up with command:
$ ./vendor/bin/laminas mezzio:swoole:start
It print errors with whoops as follow:
just the test website. http://139.162.123.197:9501/
I wonder whether there are much difference between normal mezzio with mezzio-swoole when using mysql db connection!
Before I started testing the mysql connection in mezzio-swoole, the mezzio-swoole runs well. I think there is no error on swoole itself and the install of mezzio-swoole.
I tested the mysql connection as follow steps:
====================================solved==============================
I got to know that the swoole not allow die when runnning!