docs: add changelog for PR 11975

This commit is contained in:
Zaiming (Stone) Shi 2023-11-20 18:06:27 +01:00
parent e73bf716ae
commit 3909e0cc08
1 changed files with 5 additions and 0 deletions

View File

@ -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.