-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
The current shutdown may has a bug, we can only shutdown the specified scope, but not remove it from its parent scope. It will only remove its child scopes
s.childScopes = make(map[string]*Scope) // scopes are removed from DI container
it will empty its childScope, But it self always exist in its parent's child scope.
so how to remove itself ?
Metadata
Metadata
Assignees
Labels
No labels