Quellcode durchsuchen

docs: add phrase to changelog

Fixes https://github.com/emqx/emqx/pull/14001#discussion_r1804759229

Co-Authored-By: Zaiming (Stone) Shi <zmstone@gmail.com>
Thales Macedo Garitezi vor 1 Jahr
Ursprung
Commit
12a951db0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      changes/ce/fix-14001.en.md

+ 1 - 1
changes/ce/fix-14001.en.md

@@ -1 +1 @@
-Fixed a race condition where a resource (connector/action/source/authentication/authorization) could report having a connected, healthy channel where in actuality it was broken, after a moment of disconnection.
+Fixed a race condition where a resource (connector/action/source/authentication/authorization) could report having a connected, healthy channel where in actuality it was broken, after a moment of disconnection.  For example, when the race is triggered, one may see a lot of `action_not_found` logs.