You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/ClientThread.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ public synchronized void run() {
50
50
} else {
51
51
streamOut.writeObject(newMessage( Message._NAME_, "Bonjour " + clientName + " et bienvenue dans le chat. Pour communiquer avec les utilisateurs, il est nécessaire de se positionner à leur portée", clientName, 0, 0, null));
52
52
}
53
+
ArrayList<Client> clients = getClients();
54
+
55
+
53
56
//streamOut.flush();
54
57
}
55
58
@@ -86,10 +89,12 @@ public synchronized void run() {
0 commit comments