-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node.c: Tighten node clean up logic.
* Teardown I/O transformers and session only after we've checked if the node was already shutdown, to avoid duplicate cleanup attempt. * Only call node_shutdown on the active shutdown attempt, to avoid the duplicate call to node_shutdown in the first place.
- Loading branch information
1 parent
8ac2399
commit 02435a1
Showing
2 changed files
with
6 additions
and
5 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