Skip to content

Commit da5f3f1

Browse files
Fix repeated line in mqtt-overview.md
1 parent e1dab13 commit da5f3f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/event-grid/mqtt-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ MQTT is a publish-subscribe messaging transport protocol that was designed for c
4747
- **Clean start and session expiry** enable your clients to optimize the reliability and security of the session by preserving the client's subscription information and messages for a configurable time interval.
4848
- **Negative acknowledgments** allow your clients to efficiently react to different error codes.
4949
- **Server-sent disconnect packets** allow your clients to efficiently handle disconnects.
50-
- **Last Will and Testament (LWT)** notifies your MQTT clients with the abrupt disconnections of other MQTT clients.
5150
- MQTT broker is adding more MQTT v5 features in the future to align more with the MQTT specifications. The following items detail the current differences between features supported by MQTT broker and the MQTT v5 specifications: Will message, Retain flag, Message ordering, and QoS 2 aren't supported.
5251

5352
- MQTT v3.1.1 features:

0 commit comments

Comments
 (0)