lixin
lixin
Only support mqtt/mqtts/ws/wss schema in the laster version:  and [emqx-5.0.0](https://github.com/emqx/emqx/releases/tag/v5.0.0) is released, i cannot wait to start experimenting MQTT on top of it. Thanks!
连接更新问题
https://github.com/silenceper/pool/blob/1f4530b6ba1730216c69abdd58f6e35e51636cad/channel.go#L149 在Put方法中,如果发现连接池是满的,这时候是否可以把老的连接删除,把新的连接加进来? 这样可以实时更新连接池了吧 @silenceper @hopehook
测试机上python3开了个http.server提供下载测试,这个抓包显示每秒4.6MB:  但是远远小于实际带宽值:  补充:recentSeconds设置15秒,8核16G虚机,抓包统计程序占用了1.5核左右,偏高。
### What would you like to be added or enhanced? Emqx-5.0.x has been released for one years, but there is no enough sdks to use,especially golang sdk. [paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) does not...
Can gmqtt deploy gmqtt distributed cluster in k8s enviroment? > Which like emqx automatic clustering feature
- harbor version: [2.5.3]
https://github.com/snail007/goproxy/blob/853d324ee629eaae8bcf83f0003eb55afe4f9de1/services/http.go#L144 在IoBind过程中,不管是上下游的哪一方连接出现err,proxy都会把两个连接都close掉,这个行为是不是不太合理? 不考虑具体的err直接粗暴的关闭连接会不会造成数据丢失的问题?
**1. DeviceInfo** CentOS Linux release 8.2.2004 (Core) 4.18.0-193.6.3.el8_2.x86_64 bcc 0.30.0+e7109fa0 python 3.6 **2. HelloWorld DEMO** `BPF(text='int kprobe__sys_clone(void *ctx) { bpf_trace_printk("Hello, World!\\n"); return 0; }').trace_print()` **3. ERROR MSG:** ``` bpf: Argument...
The **remote compile** is a very useful feature, but there are too few [kernel versions supported](https://mirrors.openanolis.cn/coolbpf/db/x86_64/) still now, Do you have any plans to support more kernel versions ?? Any...
https://github.com/JonathonReinhart/staticx/blob/9bbc68793fc9df3e54ea47df3a46a2ffb53329bf/staticx/api.py#L158 staticx copy the `_psutil_linux.so` only but lost its' path: `psutil/` prefix, and this will cause the binary exec failed: Traceback (most recent call last): File "/tmp/staticx-gkhHpn/xxx.py", line 21, in...