node-red/packages
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
..
node_modules fix: prevent race condition in type-registered event handler 2026-01-24 23:05:51 +01:00