From 97c28553eb8c126106e7064b6a51a8acc5f336ca Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 1 Jul 2024 20:11:51 +0200 Subject: [PATCH] chore: add changelog entry --- changes/ce/fix-13382.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-13382.en.md diff --git a/changes/ce/fix-13382.en.md b/changes/ce/fix-13382.en.md new file mode 100644 index 000000000..f379995cd --- /dev/null +++ b/changes/ce/fix-13382.en.md @@ -0,0 +1 @@ +Update `emqtt` library to version 0.4.14 that includes a fix that prevents `emqtt_pool`s from reusing existing pools in an inconsistent state.