forked from AAEmu/AAEmu
-
Notifications
You must be signed in to change notification settings - Fork 10
Developer Notes
github-actions[bot] edited this page Mar 3, 2026
·
1 revision
- Audience: Contributors
- Last verified against:
developon February 28, 2026 - Prerequisites: None
PRs #1363 and #1366 migrated manager construction toward dependency
injection and completed follow-up fixes for parallel loading.
What this means for contributors:
- Manager dependencies are increasingly explicit in constructors.
- Startup manager loading is now less manual and more dependency-driven.
- Parallel initialization surfaced and fixed some concurrency issues.
Operational impact for wiki setup docs is small:
- No user-facing launch command change beyond existing setup workflows.
- Main effects are internal maintainability, testability, and startup behavior.
Need help? Ask on Discord or in GitHub Discussions.