Skip to content

Commit

Permalink
774 and 775 incorrect exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed May 22, 2023
1 parent 1e6fba2 commit bbdb37e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
73 changes: 36 additions & 37 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/ConsensusEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ void ConsensusEngine::exitGracefullyAsync() {
counter++;

if ( counter == nodes.size() ) {
// do the last node in the same thread
// run exit for the last node in the same thread
try {
LOG( info, "Node exit called" );
node->doSoftAndThenHardExit();
Expand Down

0 comments on commit bbdb37e

Please sign in to comment.