apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
181 stars 63 forks source link

[Enhancement] Implement Will delay in MQTT 5.0 #244

Open DongyuanPan opened 7 months ago

DongyuanPan commented 7 months ago

Add the ability to specify a delay between the end of the connection and sending the will message. This is designed so that if a connection to the session is re-established then the will message is not sent. This allows for brief interruptions of the connection without notification to others.

branch: develop_mqtt5.0 FYI:https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html

image