-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
LocalKoinScope stuck with a closed scope #1900
Labels
Milestone
Comments
arnaudgiuliani
added
type:issue
status:checking
currently in analysis - discussion or need more detailed specs
compose
labels
Jul 25, 2024
did you check in 4.0? |
still present in 4.0.0-RC2 indeed the code remains the same since 3.5.3 :
|
ok, got it 👌 |
This was referenced Sep 12, 2024
Closed
arnaudgiuliani
added a commit
that referenced
this issue
Sep 13, 2024
Fixed in #1975 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
The issue was present in 3.4.X :
fixed in 3.5.0 :
but reintroduced in 3.5.3 :
We get stuck with a closed scope, the one active on initialization of
LocalKoinScope
.To Reproduce
a simple way to test it is to restart koin and the activity :
Expected behavior
Like with 3.5.0 : when a new activity wants the
LocalKoinScope
(withkoinInject()
) get the currently available Koin instance.The text was updated successfully, but these errors were encountered: