Commit 417b3e4
Fix missing read_parameter_from_ports_ initialization in DelayNode (#1103)
Add explicit initialization of read_parameter_from_ports_(false) in the
first constructor to match the pattern used by TimeoutNode, RetryNode,
RepeatNode, and ParallelNode.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e153541 commit 417b3e4
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments