besterd/source/temp.d

6 lines
130 B
D

finally
{
/* Always close the socket */
handlerSocket.close();
debugPrint("Closed UNIX domain socket to handler");
}