Commit c160d74
committed
prevent _ready() hang when using dynamic agent setup
Avoids waiting on already-fired `ready` signals by deferring _initialize()
using `call_deferred()`. This ensures all dynamically added nodes and
dependencies have completed their own _ready() methods before initialization.1 parent 585dec7 commit c160d74
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments