werben
werben
@lucasjinreal I tested the issue you mentioned, and it seems there is no problem. I used a client to publish a message, and then it triggers an inline publish message....
> thank u, I found it was because I make authHook and normalHook to a single HOOK, but now fixed. > > Still, I got one more question. > >...
@lucasjinreal About retained message, you can refer to MQTT spec [3.3.1.3 RETAIN](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901104). `Retained message can be delivered to future subscribers whose subscriptions match its Topic Name.`
> Does retain message will clear when session outdated? It doesn't. The retained message is associated with the topic; each topic can have only one retained message. Any client can...
@lucasjinreal Has there been any progress on this issue? Can it be closed now?
@OpenJarvisAI I'm really sorry. I might know where the issue is. I'll make time to fix and test it as soon as possible.
@mochi-co @OpenJarvisAI I found that there is an issue when using BadgerHold, but it doesn't occur when using BadgerDB directly. I tried writing two demos to test this problem. You...
@OpenJarvisAI The latest progress is discussed here: #375
@OpenJarvisAI Could this issue be closed?
我调试了下,似乎服务端没有收到这个alias的Publish消息,出问题后,MQTTX断开链接,服务端也没有收到包,你用这个 https://github.com/eclipse/paho.mqtt.testing/blob/master/interoperability/client_test5.py 测试看看服务端,有没有可能是MQTTX客户端的问题? I debugged it, and it seems that the server did not receive the Publish message with this alias. After the issue occurred, MQTTX disconnected, and the server...