-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Exclude property on ServerSettings doesn't work #713
Comments
🎉 This issue has been resolved in version 5.34.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hello @striquer See you |
Hi @Romakita, This is what the Debug showed: Thanks for the quick update anyway 😊 |
@striquer Your configuration is a bit strange. Directory servicesQueue isn't listed by componentScan so it cannot be loaded by componentScan excepted if your service is used by another services listed by componentScan or mount options. Can you check your code ^^ Can you give an access to your project ? See you |
Hey @Romakita, you were right, the 5.34.8 solved the problem, after that my mistake is that i was injecting the service that i didn't want on another service included on componentScan. Thanks for the update 😊. Many Thanks, |
Information
Description
I'm on windows and i need to exclude some Services from the initialization, because i'm splitting the code in two servers, but the exclude property doesn't work for me. I've tried many options, but couldn't figure out why.
Example
The text was updated successfully, but these errors were encountered: