bjdgyc

Results 5 issues of bjdgyc

Why not user Redis C extension ? Dose it fast then C extension?

type:enhancement

在安装体验了anylink软件后,提出以下建议: 1、 安装简单化,参考宝塔安装方法 安装脚本要做好一键安装部署自动加启动项,自动启动软件。 2、 配置简单化,安装完成后就可以通过WEB登录,对anylink系统的设置,建议增加配置向导,包括证书的生成,或者证书的导入,用户的管理 包括 用户设置 添加修改删除 启用 禁用 IP绑定 3、 系统的监控, 4、 审计日志

``` public function sendMessage($data){ if (!$this->access_token && !$this->checkAuth()) return false; // 此处添加 if (empty($data['agentid'])) { $data['agentid'] = $this->agentid; } $result = $this->http_post(self::API_URL_PREFIX.self::MASS_SEND_URL.'access_token='.$this->access_token,self::json_encode($data)); if ($result) { $json = json_decode($result,true); if (!$json...

#### Description I have make a test with pprof heap. This result is : ``` (pprof) list Listen.func1 Total: 33.87GB ROUTINE ======================== github.com/pion/udp.(*ListenConfig).Listen.func1 in /mydata/gopath/pkg/mod/github.com/pion/[email protected]/conn.go 10.77GB 10.77GB (flat, cum) 31.79%...