Explorar el Código

docs: add changelog for PR 11975

Zaiming (Stone) Shi hace 2 años
padre
commit
3909e0cc08
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      changes/ce/fix-11975.en.md

+ 5 - 0
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.