Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SessionManager::Shutdown to actually shut-down sessions
SessionManager::Shutdown() wasn't actually shutting down any sessions that were resident in the session table. This meant that they would only get torn down on program termination, which causes issues in the Python REPL since it results in Log prints being emitted well after we've actually disconnected the logging subsystem.
- Loading branch information