zmstone
zmstone
有客户端和服务器日志吗?
Thank you @zhongwencool I discussed with @ysfscream, he seemed to agree that in the dashboard, we can allow users to reconfigure the other listener. that is, when running on `http`...
Hi @JimmyWang6 Yes, it makes sense to have this feature. It's very kind of you to offer help. the dashboard UI project is here: https://github.com/emqx/emqx-dashboard5
pulled the commit into this pr: https://github.com/emqx/emqx/pull/15773
It did not loop in 5.4 probably because the message happed to be published and subscribed by one client, so the "bridge mode" or "no local" (mqtt v5) flag took...
I reproduced it. @qzhuyan
The workaround is, instead of using one node to both publish and subscribe, make the nodes publish to each other. You'll need to create two rules: 1. Forward messages to...
> Just some idea: have some 'max-hop-count' private header in Publish message and set it to one to avoid the message loop back. > > This could be added by...
Hi @hellkrusher You should be able to pass through QoS without any problem today. To preserve `retain` flag is not possible at the moment but not complex to fix ---...
Hi @hellkrusher In case of clustering, when two nodes cannot connect, then the message will be lost because between the nodes, it's a pool of TCP connections for message forwarding....