Skip to content

Commit

Permalink
PRE-MERGE #14282 Wait for clients to exit on ConPTY shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Oct 25, 2022
2 parents e0caa7a + 8bccc33 commit 8ad1acc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/host/PtySignalInputThread.cpp
Expand Up @@ -346,7 +346,4 @@ void PtySignalInputThread::_Shutdown()
// _before_ we RundownAndExit.
LockConsole();
ProcessCtrlEvents();

// Make sure we terminate.
ServiceLocator::RundownAndExit(ERROR_BROKEN_PIPE);
}
3 changes: 0 additions & 3 deletions src/host/VtIo.cpp
Expand Up @@ -472,9 +472,6 @@ void VtIo::_shutdownNow()
// _before_ we RundownAndExit.
LockConsole();
ProcessCtrlEvents();

// Make sure we terminate.
ServiceLocator::RundownAndExit(ERROR_BROKEN_PIPE);
}

// Method Description:
Expand Down

0 comments on commit 8ad1acc

Please sign in to comment.