lixin

Results 10 issues of lixin

Only support mqtt/mqtts/ws/wss schema in the laster version: ![image](https://user-images.githubusercontent.com/17995262/176671628-5457f241-f3ba-4b46-b86d-9cc8a1b849de.png) 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!

feature
CLI
web
desktop

https://github.com/silenceper/pool/blob/1f4530b6ba1730216c69abdd58f6e35e51636cad/channel.go#L149 在Put方法中,如果发现连接池是满的,这时候是否可以把老的连接删除,把新的连接加进来? 这样可以实时更新连接池了吧 @silenceper @hopehook

测试机上python3开了个http.server提供下载测试,这个抓包显示每秒4.6MB: ![image](https://user-images.githubusercontent.com/17995262/181177352-22aa1b7a-7a39-4ec1-8212-44fd32b7573f.png) 但是远远小于实际带宽值: ![image](https://user-images.githubusercontent.com/17995262/181177411-f7104e6c-3a01-42fb-a1a5-eecc370a8272.png) 补充: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...

Feature
help wanted

Can gmqtt deploy gmqtt distributed cluster in k8s enviroment? > Which like emqx automatic clustering feature

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...