eason.wang
eason.wang
应用通过配置文件配置了mqtt auth的用户名和密码。 升级到最新的0.21.x以后,每次启动都会报错 HTTP Server Responded: 401 Unauthorized 查代码看时webhook内部起的mqtt client连接时用户名和密码为空,连上后因为未授权而被踢掉,然后不断重连。 请问要使用这个webhook,应该如何通过配置文件来配置? 报错日志: 2024-02-27 15:35:22 [5255] TRACE /home/runner/work/nanomq/nanomq/nng/src/sp/transport/mqtt/broker_tcp.c:1619: tcptran_pipe_start! 2024-02-27 15:35:22 [5257] TRACE /home/runner/work/nanomq/nanomq/nng/src/sp/transport/mqtt/broker_tcp.c:305: start tcptran_pipe_nego_cb max len 12 pipe_addr 0xae915798...
**Describe the bug** A clear and concise description of what the bug is. nanomq server get stuck, can not be connected by any mqtts/mqtt client. **Expected behavior** A clear and...