Skip to content

Commit

Permalink
Merge pull request #123573 from jamescarterbell/patch-1
Browse files Browse the repository at this point in the history
Fix repeated line in mqtt-overview.md
  • Loading branch information
Jak-MS authored Jul 24, 2024
2 parents 33149dd + da5f3f1 commit ecaf4ad
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 ecaf4ad

Please sign in to comment.