node-red/packages/node_modules/@node-red
Dennis-SEG d0cabaf740 fix: prevent race condition in delay node idList splice
Check indexOf result before splicing to prevent removing wrong element
when clearDelayList() runs between timeout registration and execution.

If indexOf returns -1 (id already removed), splice(-1, 1) would incorrectly
remove the last element. Now we skip the splice if id is not found.

Fixes: Dennis-SEG/node-red#3
2026-01-24 23:00:46 +01:00
..
editor-api Bump for 4.1.3 2026-01-07 16:17:17 +00:00
editor-client Bump for 4.1.3 2026-01-07 16:17:17 +00:00
nodes fix: prevent race condition in delay node idList splice 2026-01-24 23:00:46 +01:00
registry Bump for 4.1.3 2026-01-07 16:17:17 +00:00
runtime Bump for 4.1.3 2026-01-07 16:17:17 +00:00
util Bump for 4.1.3 2026-01-07 16:17:17 +00:00