Bonjour, j'aurais voulu savoir si le while(true) lors de la réception (et/ou l'envoi ? ) d'un message était indispensable et à quoi il sert exactment !?
Ex: try
{
//Envoi
System.out.print("Client? "); System.out.flush();
_out.println(InitWindow.game.joueur1.nom);
_out.flush();
while(true)
{
//Reception
System.out.println("On va recevoir le nom");
String msg_nom = _in.readLine();
System
MERCI d'avance !
