mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
9m try shutdown of client socket before close
This commit is contained in:
parent
c2c80c6bf6
commit
e908beb38a
@ -446,6 +446,7 @@ enum communicationProtocol{
|
|||||||
close(file_des);
|
close(file_des);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
ShutDownSocket();
|
||||||
close(socketDescriptor);
|
close(socketDescriptor);
|
||||||
socketDescriptor=-1;
|
socketDescriptor=-1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user