gmqtt
gmqtt copied to clipboard
Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang
go version go1.17.6 darwin/arm64 client keeps disconnecting when the will payload is binary go run . start -c default_config.yml ``` 2022-08-11T22:22:31.198+0900 INFO server/server.go:882 open persistence succeeded {"type": "memory"} 2022-08-11T22:22:31.198+0900 INFO...
客户端走websocket连接。 ``` [yucuix@jgjapp-dev ~]$ sudo lsof -a -itcp -p 14723 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME bin 14723 root 3u IPv4 448738745 0t0 TCP localhost:ibm-mqisdp (LISTEN) bin...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) 1f64d61 Fix issue in simple_keys improvements (#548) a95acef Update travis config to use latest go...
目前mqtt客户端有多种选择,想问问作者一般使用哪个mqtt客户端来测试?
Can gmqtt deploy gmqtt distributed cluster in k8s enviroment? > Which like emqx automatic clustering feature
ERROR server/client.go:273 connection lost {"client_id": "", "remote_addr": "113.89.11.200:21300", "error": "operation error: Code = 81, reasonString: "} mqtt5 client发起的请求无法建立连接。 也没有真正意义上的reasonString
mqtt5协议的客户端无法获取clientId?
如何有重复id登录,是否有选项舍弃之前的id,而不是新的id自动拒绝?