Correction erreur Reponse connexion
Este commit está contenido en:
padre
4ec0611d3b
commit
30f977636b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
|
|
@ -282,8 +282,8 @@ class RunnerUDP implements Runnable {
|
|||
}
|
||||
else{
|
||||
int max = received.split("\n").length ;
|
||||
if (max > 2 ){
|
||||
for (int i = 2 ; i < max ; i++){
|
||||
if (max > 3 ){
|
||||
for (int i = 3 ; i < max ; i++){
|
||||
String suite = received.split("\n")[i];
|
||||
// Le server nous envoie les utilisateurs connectés en local ou à distance
|
||||
if (!suite.equals("")){
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia