From a38e4510e6041ac8ed67c29db6b53de54ef17566 Mon Sep 17 00:00:00 2001 From: Pierre Fersing Date: Sat, 13 Jan 2024 18:07:00 +0100 Subject: [PATCH] Fix typos --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e2e698ea..0a0b7141 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,7 @@ The following part of the client session is lost: It also means that the broker may have the Qos2 message in the session. Since the client starts with an empty session it don't know it and will reuse the mid. This is not yet fixed. -Also, when ``clean_session`` is True, this library will republish QoS > 0 message accross network +Also, when ``clean_session`` is True, this library will republish QoS > 0 message across network reconnection. This means that QoS > 0 message won't be lost. But the standard says that we should discard any message for which the publish packet was sent. Our choice means that we are not compliant with the standard and it's possible for QoS 2 to be received twice.