mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 03:08:03 +02:00
Removes pending message count
The information was used only to log remaining messages on debug log. It was checked on writing but updated prior to every call making the verification meaningless.
This commit is contained in:
@ -58,7 +58,6 @@ typedef struct mqtt_state {
|
||||
uint16_t pending_msg_id;
|
||||
int pending_msg_type;
|
||||
int pending_publish_qos;
|
||||
int pending_msg_count;
|
||||
} mqtt_state_t;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user