Skip to content

shutdown the specified scope #139

@ohroy

Description

@ohroy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions