mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
more comments
This commit is contained in:
@ -142,9 +142,10 @@ void slsReceiverTCPIPInterface::stop(){
|
||||
FILE_LOG(logINFO) << "Shutting down TCP Socket";
|
||||
killTCPServerThread = 1;
|
||||
if(mySock) mySock->ShutDownSocket();
|
||||
FILE_LOG(logDEBUG) << "Socket closed";
|
||||
FILE_LOG(logDEBUG) << "TCP Socket closed";
|
||||
pthread_join(TCPServer_thread, NULL);
|
||||
killTCPServerThread = 0;
|
||||
FILE_LOG(logINFO) << "TCP Server Thread closed";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user