From 3909e0cc089ec270395b9fbf54c0eb9af72c1d95 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 20 Nov 2023 18:06:27 +0100 Subject: [PATCH] docs: add changelog for PR 11975 --- changes/ce/fix-11975.en.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ce/fix-11975.en.md diff --git a/changes/ce/fix-11975.en.md b/changes/ce/fix-11975.en.md new file mode 100644 index 000000000..cba1c3a17 --- /dev/null +++ b/changes/ce/fix-11975.en.md @@ -0,0 +1,5 @@ +Resolve redundant error logging on socket closure + +Addressed a race condition causing duplicate error logs when a socket is closed by both a peer and the server. +Dual socket close events from the OS and EMQX previously led to excessive error logging. +The fix improves event handling to avoid redundant error-level logging.