Compare commits

..

1 Commits

Author SHA1 Message Date
orgin
97c55ada71 优化网络连接Id生成规则 2022-06-02 17:07:01 +08:00

View File

@@ -74,7 +74,7 @@ func (tcpService *TcpService) genId() uint64 {
func GetNodeId(agentId uint64) int {
return int(agentId>>54)
return int(agentId>>50)
}
func (tcpService *TcpService) OnInit() error{