implementado quit, hay que cerrar los sockets TCP cuando terminen las cosas

This commit is contained in:
binlaab
2026-04-27 23:58:44 +02:00
parent 4e60e66926
commit c480c4a831
8 changed files with 50 additions and 16 deletions

View File

@@ -18,7 +18,6 @@ public class NFServerState {
}
public List<Socket> getSockets() {
// tu puta madre va a hacer copias
return sockets;
}