'Swoole server run failed, "unsupported option [worker_max_concurrency] in @swoole-src"

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 ErrorException: User Warning: unsupported option [worker_max_concurrency] in @swoole-src/library/core/Server/Helper.php:191 Stack trace:
#0 [internal function]: Swoole\Server\Helper::checkOptions(Array)
#1 [internal function]: Swoole\Server\Port->set(Array)

anyone have same problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source