-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nexus): replace NexusChild destroying flag with child state
Replace the destroying flag with a new Destroying ChildState and store the previous state so that it when handling the remove event it can be restored if the previous state was Open or Faulted due to OutOfSync to preserve existing behaviour. Also prevent a child from being opened if it is already in Destroying state.
- Loading branch information
1 parent
3ae2903
commit 05f27d7
Showing
2 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters