Open
Conversation
fage1151
commented
Aug 21, 2017
src/Gateway.php
Outdated
| // 初始化 gateway 内部的监听,用于监听 worker 的连接已经连接上发来的数据 | ||
| $this->_innerTcpWorker = new Worker("GatewayProtocol://{$this->lanIp}:{$this->lanPort}"); | ||
| $this->_innerTcpWorker->listen(); | ||
| $this->_innerTcpWorker->name = 'GatewayInnerWorker'; |
Add the charset parameter, otherwise the external charset parameter will not work.
Update Db.php
ip2long 不能直接处理域名,会导致 client_id 前面的一部分为0000
F 修复Gateway内部IP使用域名时的问题
Adds branch alias
Adds CMD_BATCH_GET_CLIENT_ID_BY_UID
增加轮询负载均衡
Router least connections
Update Gateway
批量获取群组ID内客户端个数
修复PHP高版本针对隐式null导致的异常
根据uid批量获取clients、多注册中心获取缓存地址
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.