Merge topic 'cmake-server-teardown-file-monitor'
1b43f9d1
cmake-server: Stop the file monitor on client disconnect
This commit is contained in:
commit
bed8d6b887
|
@ -164,6 +164,7 @@ void cmServerConnection::ReadData(const std::string& data)
|
||||||
|
|
||||||
void cmServerConnection::HandleEof()
|
void cmServerConnection::HandleEof()
|
||||||
{
|
{
|
||||||
|
this->FileMonitor()->StopMonitoring();
|
||||||
this->TearDown();
|
this->TearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue