Skip to content

Commit

Permalink
Added Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit96 committed May 8, 2024
1 parent 080d7c1 commit 7975eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stub_launcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ StubLauncher::Launch()
parent_message_queue_.reset();
memory_manager_.reset();
if (stub_pid_ != 0) {
// Added this check to ensure server doesnt hang waiting after stub
// process has already be killed and cannot be waited on
WaitForStubProcess();
}
}
Expand Down

0 comments on commit 7975eff

Please sign in to comment.