i successfully install swoole on mac. but when i try to run it from the app dir php bin/console swoole:server:run the console return: Error: Uncaught ErrorExc
i am setting up a Swoole web socket server for my chat application on CentOS 7 host machine. and will use Swoole table for storing users list. But i am not sure
I have the simplest Swoole code, which sleeps for a second and prints "Run task" message to the screen. <?php namespace Tests\Util; use PHPUnit\Framework\T