WebSocket 异步风格服务器 WebSocket\Server 继承自 Http\Server,所以 Http\Server 提供的所有 API 和配置项都可以使用. # ws_server.php class WebSocket { public $server; public function __construct() { // 创建websocket服务器对象,监听0.0.0.0:9502端口 $this->server = new Swoole\WebSocket\Server(…