fixed
This commit is contained in:
parent
ea0ddac967
commit
5c4a77fc9c
@ -43,7 +43,7 @@ class BusinessWorker extends Worker
|
||||
*
|
||||
* @var string|array
|
||||
*/
|
||||
public $registerAddress = '172.19.97.179:1256';
|
||||
public $registerAddress = '127.0.0.1:1236';
|
||||
|
||||
/**
|
||||
* 事件处理类,默认是 Event 类
|
||||
|
@ -83,7 +83,7 @@ class Gateway extends Worker
|
||||
*
|
||||
* @var string|array
|
||||
*/
|
||||
public $registerAddress = '172.19.97.179:1256';
|
||||
public $registerAddress = '127.0.0.1:1236';
|
||||
|
||||
/**
|
||||
* 是否可以平滑重启,gateway 不能平滑重启,否则会导致连接断开
|
||||
|
@ -34,7 +34,7 @@ class Gateway
|
||||
*
|
||||
* @var string|array
|
||||
*/
|
||||
public static $registerAddress = '172.19.97.179:1256';
|
||||
public static $registerAddress = '127.0.0.1:1236';
|
||||
|
||||
/**
|
||||
* 秘钥
|
||||
|
2
vendor/workerman/gatewayclient/Gateway.php
vendored
2
vendor/workerman/gatewayclient/Gateway.php
vendored
@ -36,7 +36,7 @@ class Gateway
|
||||
*
|
||||
* @var string|array
|
||||
*/
|
||||
public static $registerAddress = '172.19.97.179:1256';
|
||||
public static $registerAddress = '127.0.0.1:1236';
|
||||
|
||||
/**
|
||||
* 秘钥
|
||||
|
Loading…
x
Reference in New Issue
Block a user