You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
What is the motivation / use case for changing the behavior?
Sometimes, I write a few async bootstrap codes in onModuleInit. I want to wait for all of the codes in onModuleInit finished before listen. Can support async hook?
Environment
Nest version: 4.6.6
For Tooling issues:
Node version: 8.11.1
Platform: Mac
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
current log
Expected behavior
should log
What is the motivation / use case for changing the behavior?
Sometimes, I write a few async bootstrap codes in
onModuleInit
. I want to wait for all of the codes inonModuleInit
finished before listen. Can support async hook?Environment
Nest version: 4.6.6
For Tooling issues:
The text was updated successfully, but these errors were encountered: