node-red/packages/node_modules
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
..
@node-red fix: prevent race condition in delay node idList splice 2026-01-24 23:00:46 +01:00
node-red Bump for 4.1.3 2026-01-07 16:17:17 +00:00