lwIP - A Lightweight TCP/IP stack - Patches: patch #10122, mqtt_disconnect(): Correctly send...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10122: mqtt_disconnect(): Correctly send MQTT_MSG_TYPE_DISCONNECT
Submitter: | Christian Schlotter <schlotter> | ||
Submitted: | Thu 14 Oct 2021 08:31:17 PM UTC | ||
Category: | apps | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Fri 15 Oct 2021 07:10:35 AM UTC, comment #2: |
Christian Schlotter <schlotter> |
Fri 15 Oct 2021 05:47:29 AM UTC, comment #1: The patch does not seem to apply to git master. Please provide patches on top of master. The 2.1.x branch only gets cherry-picked fixes. |
Simon Goldschmidt <goldsimon>![]() |
Thu 14 Oct 2021 08:31:17 PM UTC, original submission:
Fixes bug #59313 by sending MQTT_MSG_TYPE_DISCONNECT when mqtt_disconnect() is called. Previously, just the TCP connection was closed which results in an ungraceful disconnection from the MQTT Broker.
|
Christian Schlotter <schlotter> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-10-15 | schlotter | Attached File | - | ![]() |
Added 0001-PATCH-Fix-bug-59313-Possible-faulty-behavior-in-mqtt-master.patch, #52100 |
2021-10-14 | schlotter | Attached File | - | ![]() |
Added 0001-Fix-bug-59313-Possible-faulty-behavoir-in-mqtt_close.patch, #52099 |
Please find attached a new patch which applies to git master instead of git STABLE-2_1_x.
(file #52100)