Skip to content

Commit

Permalink
Merge branch 'clean_expired' into 'master'
Browse files Browse the repository at this point in the history
clean: Remove expired deletion from publish

See merge request espressif/esp-mqtt!217
  • Loading branch information
euripedesrocha committed Jul 9, 2024
2 parents cac1552 + 2285726 commit 72d7bc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mqtt_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2118,9 +2118,6 @@ MQTT_API_LOCK(client);
ret = -1;
}

// delete long pending messages
mqtt_delete_expired_messages(client);

goto cannot_publish;
}

Expand Down

0 comments on commit 72d7bc7

Please sign in to comment.