mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:52:27 +08:00
服务器玩家在线信息同步
This commit is contained in:
@@ -69,7 +69,7 @@ func NewMessageQueue(serverType string, appId string, rpcClient *rpc.Client) (r
|
||||
r.rpcClient = rpcClient
|
||||
if serverType == api.GATE {
|
||||
go r.runGateTcpMqServer()
|
||||
} else {
|
||||
} else if serverType == api.GS || serverType == api.ANTICHEAT || serverType == api.PATHFINDING {
|
||||
go r.runGateTcpMqClient()
|
||||
}
|
||||
go r.recvHandler()
|
||||
|
||||
Reference in New Issue
Block a user