Commit e5051d0
Fix: defer content module dependency to break circular deadlock
The adaptframework, content, and contentplugin modules formed a circular
waitForModule chain causing all three to deadlock until the 60s timeout.
Since adaptframework only needs content to tap an accessCheckHook, defer
it with a non-blocking .then() instead of a blocking await.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 916a18c commit e5051d0
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments