mirror of
https://github.com/Akomry/sae302_applicom.git
synced 2025-12-06 08:43:54 +00:00
fix(avatar): changement de ChatController::handleAvatarChange, image lue directement.
This commit is contained in:
parent
30986fa8e5
commit
e9e76f08f2
3 changed files with 19 additions and 14 deletions
|
|
@ -39,7 +39,7 @@ public class ChatServer {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
ChatServer server = new ChatServer(2024);
|
||||
daisyConnect();
|
||||
//daisyConnect();
|
||||
server.acceptClients();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue