#### 问题描述
GatewayWorker 压测在3000多的时候就上不去了,报 worker[none:3956] exit with status 9
服务器:2核4G ; centos
这里写问题具体描述use Workerman\Worker;
use Workerman\Lib\Timer;
use Workerman\Connection\AsyncTcpConnection;
/**
* 连接数压力测试msg\n";
};
$con->onClose = function($con) {
echo "con close\n";
};
// 当前链接每30秒发个心跳包定时关闭未认证的连接
public static function onConnect($client_id)
{
// 连接到来后,定时30秒关闭这个链接,需要40秒内发认证并删除定时器阻止关闭连接的执行