-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent signals ran in sync with modulesLoaded event if there was remembering #10
Comments
Is the scenario here suing |
I need to remember my initial intention. Wondering why I haven't added details. Anyway there is a chance that things changed now :) |
Hehe, issue title is like post-its. Makes sense when you write them, but 2 days later... its gone, hehe :) Remembered it now? |
from discord:
See the way how to deal with it from router documentation function init () {
controller.getSignals().app.appStarted({}, { immediate: true });
}
controller.once('predefinedSignal', function () {
controller.removeListener('modulesLoaded', init)
})
controller.once('modulesLoaded', init) |
No description provided.
The text was updated successfully, but these errors were encountered: