From 6c599d5be5b354d3a17a7155629f9c6bc2dc1e96 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 3 Oct 2003 15:21:51 +0000 Subject: [PATCH] Closing socket (C.Cheshkov) --- MONITOR/AliMonitorClient.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MONITOR/AliMonitorClient.cxx b/MONITOR/AliMonitorClient.cxx index 3948b870891..6c700cd24ba 100644 --- a/MONITOR/AliMonitorClient.cxx +++ b/MONITOR/AliMonitorClient.cxx @@ -1046,6 +1046,8 @@ void AliMonitorClient::DisconnectFromServer() if (result == kMBNo) return; // disconnect from the server + fSocketHandler->Remove(); + fSocket->Send("Finished"); fSocket->Close(); delete fSocket; fSocket = NULL; -- 2.39.3