-
-
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
Detect autoloading dead locks #108
Milestone
Comments
nfroidure
added a commit
that referenced
this issue
Aug 13, 2023
nfroidure
added a commit
that referenced
this issue
Aug 13, 2023
nfroidure
added a commit
that referenced
this issue
Aug 14, 2023
nfroidure
added a commit
that referenced
this issue
Aug 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dead locks can happen when autoloading and reusing a service descriptor, the following test fails:
knifecycle/src/index.mocha.js
Lines 983 to 1026 in 8079b99
Instead of passing an autoloading boolean, a function that checks for autoloading in all dependencies would allow to detect such situation and completely avoid dead locks.
The text was updated successfully, but these errors were encountered: