node-red/packages/node_modules/@node-red/nodes/core
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
..
common Fix status node to retrieve status from all nodes 2026-01-04 16:17:16 +09:00
function fix: prevent race condition in delay node idList splice 2026-01-24 23:00:46 +01:00
network Merge pull request #5392 from Dennis-SEG/fix/http-request-uncaught-exceptions 2026-01-07 15:37:36 +00:00
parsers Merge branch 'master' into dev 2025-03-17 16:07:46 +00:00
sequence fix test 2025-08-20 19:12:09 +01:00
storage Apply suggestions from code review 2026-01-07 15:07:54 +00:00