Skip to content

merge origin#1

Open
fage1151 wants to merge 125 commits intofage1151:masterfrom
walkor:master
Open

merge origin#1
fage1151 wants to merge 125 commits intofage1151:masterfrom
walkor:master

Conversation

@fage1151
Copy link
Owner

No description provided.

src/Gateway.php Outdated
// 初始化 gateway 内部的监听,用于监听 worker 的连接已经连接上发来的数据
$this->_innerTcpWorker = new Worker("GatewayProtocol://{$this->lanIp}:{$this->lanPort}");
$this->_innerTcpWorker->listen();
$this->_innerTcpWorker->name = 'GatewayInnerWorker';
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w

walkor and others added 30 commits March 24, 2023 11:55
ip2long 不能直接处理域名,会导致 client_id 前面的一部分为0000
F 修复Gateway内部IP使用域名时的问题
Adds CMD_BATCH_GET_CLIENT_ID_BY_UID
增加轮询负载均衡
Router least connections
批量获取群组ID内客户端个数
修复PHP高版本针对隐式null导致的异常
根据uid批量获取clients、多注册中心获取缓存地址
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.