node-red/packages/node_modules/@node-red/runtime/lib
Dennis-SEG 5d4a37f1e6 fix: prevent race condition in type-registered event handler
Cache activeFlowConfig reference at handler start to prevent issues if
activeFlowConfig is reassigned between indexOf and splice operations.

Also check that config is still active before calling start() to avoid
starting flows for an outdated configuration.

Fixes: Dennis-SEG/node-red#6
2026-01-24 23:05:51 +01:00
..
api Splits the logic into two routes 2025-09-30 18:42:46 +02:00
flows fix: prevent race condition in type-registered event handler 2026-01-24 23:05:51 +01:00
library Add tests for pluggable library 2021-02-19 15:24:56 +00:00
multiplayer Multiplayer: add real-time cursor tracking 2024-08-05 16:18:05 +01:00
nodes Notify installed plugins from the Palette Manager 2025-09-21 21:14:21 +02:00
storage Fix race condition in projects initialization 2025-10-18 18:04:06 +02:00
telemetry Remove debug metrics 2025-06-05 16:36:00 +02:00
index.js Fix unit test failures due to timing issue around start/stop lifecyclce 2025-06-10 16:13:59 +01:00
plugins.js Splits the logic into two routes 2025-09-30 18:42:46 +02:00
settings.js reverted earlier change to use rfdc 2023-09-19 11:13:39 -04:00