正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -78,7 +78,7 @@ class Chat extends Command | @@ -78,7 +78,7 @@ class Chat extends Command | ||
78 | public function register() | 78 | public function register() |
79 | { | 79 | { |
80 | // 初始化register | 80 | // 初始化register |
81 | - new Register('text://0.0.0.0:1238'); | 81 | + new Register('text://127.0.0.1:1238'); |
82 | } | 82 | } |
83 | 83 | ||
84 | // 初始化 bussinessWorker 进程 | 84 | // 初始化 bussinessWorker 进程 |
@@ -121,7 +121,7 @@ class Chat extends Command | @@ -121,7 +121,7 @@ class Chat extends Command | ||
121 | // 本机ip,分布式部署时使用内网ip | 121 | // 本机ip,分布式部署时使用内网ip |
122 | $gateway->lanIp = '127.0.0.1'; | 122 | $gateway->lanIp = '127.0.0.1'; |
123 | // 内部通讯起始端口,假如$gateway->count=4,起始端口为4000 | 123 | // 内部通讯起始端口,假如$gateway->count=4,起始端口为4000 |
124 | - // 则一般会使用4000 4001 4002 4003 4个端口作为内部通讯端口 | 124 | + // 则一般会使用4000 4001 4002 4003 4个端口作为内部通讯端口 |
125 | $gateway->startPort = 2900; | 125 | $gateway->startPort = 2900; |
126 | // 服务注册地址 | 126 | // 服务注册地址 |
127 | $gateway->registerAddress = '127.0.0.1:1238'; | 127 | $gateway->registerAddress = '127.0.0.1:1238'; |
-
请 注册 或 登录 后发表评论