fix(avatar): changement de ChatController::handleAvatarChange, image lue directement.

This commit is contained in:
Emi Boucly 2025-01-28 09:42:45 +01:00
parent 30986fa8e5
commit e9e76f08f2
3 changed files with 19 additions and 14 deletions

View file

@ -39,7 +39,7 @@ public class ChatServer {
public static void main(String[] args) throws IOException {
ChatServer server = new ChatServer(2024);
daisyConnect();
//daisyConnect();
server.acceptClients();
}