ZhangTianti
Results
2
comments of
ZhangTianti
`'http' => [ 'enable' => true, 'host' => '0.0.0.0', 'port' => env('SWOOLE.PORT'), // 监听端口 'worker_num' => swoole_cpu_num(), 'options' => [ 'package_max_length' => 200 * 1024 * 1024, 'buffer_output_size' => 32...
获取连接的时候 顺道再加个isConnected 判断