I have a client/server app and on the server.exe it shows a list of all the connected clients. My problem is that if a client incorrectly closes the program (example: turns off their computer) the IP will remain there. Is there something I can do to check if the client is connected to the server? I also wish to have this check be regular for all clients connected to the server.