一台服务器A,注册地址如下:
```php
$register = new Register('text://0.0.0.0:1238');$gateway = new Gateway("websocketgateway->count=4,起始端口为4000
// 则一般会使用4000 4001 4002 4003 4个端口作为内部通讯端口
$gateway->startPort = 2900;
// 服务注册地址$gateway->registerAddress = '127.0.0.1:1238';
```
单机应用已正常,现在想实现公网的另一台机子B群发客户端,安装了gatewayClient,我将A服务器的