This commit is contained in:
Mongolila-098
2026-04-28 13:35:30 +02:00
parent c480c4a831
commit d1bbc9fb28
29 changed files with 53 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -278,8 +278,13 @@ public class NFServer implements Runnable {
msgOut.writeMessageToOutputStream(dos);
}
break;
default:
System.err.println("* [Servidor] Recibido opcode inesperado o inválido");
break;
}
}
} catch (IOException e) {
e.printStackTrace();

Binary file not shown.

Binary file not shown.