[Enhancement] Implement Will delay in MQTT 5.0
- Dominant language
- Java
- Stars
- 209
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start on the develop_mqtt5.0 branch and read the MQTT 5.0 specification linked in the issue, focusing on delayed Will-message behavior after a connection ends and is re-established. Trace the existing Will-message handling and identify the relevant tests or entry points. Done means a configurable delay prevents notification during brief reconnections while preserving normal Will delivery.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100