From da5f3f122d08a88941aed6c859eacea61d6c5b26 Mon Sep 17 00:00:00 2001 From: jamescarterbell <38409055+jamescarterbell@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:18:48 -0400 Subject: [PATCH] Fix repeated line in mqtt-overview.md --- articles/event-grid/mqtt-overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/articles/event-grid/mqtt-overview.md b/articles/event-grid/mqtt-overview.md index 5e258a972e857..96b38c21ed4e2 100644 --- a/articles/event-grid/mqtt-overview.md +++ b/articles/event-grid/mqtt-overview.md @@ -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: