Skip to content

Commit

Permalink
Fix repeated line in mqtt-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarterbell authored Jun 28, 2024
1 parent e1dab13 commit da5f3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion articles/event-grid/mqtt-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ MQTT is a publish-subscribe messaging transport protocol that was designed for c
- **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.
- **Negative acknowledgments** allow your clients to efficiently react to different error codes.
- **Server-sent disconnect packets** allow your clients to efficiently handle disconnects.
- **Last Will and Testament (LWT)** notifies your MQTT clients with the abrupt disconnections of other MQTT clients.
- 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.

- MQTT v3.1.1 features:
Expand Down

0 comments on commit da5f3f1

Please sign in to comment.