mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Merge topic 'cmake-server-teardown-file-monitor'
1b43f9d1 cmake-server: Stop the file monitor on client disconnect
This commit is contained in:
@@ -164,6 +164,7 @@ void cmServerConnection::ReadData(const std::string& data)
|
||||
|
||||
void cmServerConnection::HandleEof()
|
||||
{
|
||||
this->FileMonitor()->StopMonitoring();
|
||||
this->TearDown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user