Got a serve with socket, but i want to check if the connection to the clients is active, and disconnect if it is not, copied a server i made a long time ago cause i couldnt bother making it again, and the current code only works if there is only one client connected, when i connected another it instantly disconnects him
if ready_to_read:
self.stop_connection(i, conn, addr)
return```