channel server服务端
```php
$serverInstance = new Channel\Server($configInfo['channel_server']['host'],/channel-server.pid';
Worker::runAll();
}
```
这是服务端启动截图

我在Channel/Server.php的onMessage()方法增加了接收消息的回调输出。

channel client客户端能正常连接,也能正常发送事件消息,但是服务端始终无法接收消息和通知订阅用户。[](/upload/img/20220106/0661d6a12b0330.png)
补充:
在本地测试都ok,在线上阿里云ECS就不行了(阿里云firewall没有启用,iptables没有安装,