Open 7u15 opened 6 years ago
large objects do not arrive in response
socket.emit("Sala_proba", parameter, new Ack() { @Override public void call(String name, Object data, Object error) { Log.i(TAG, "call: name:"+name+",data"+data.toString()+",error:"+error); //data no work } });
Hi @7u15 , have you checked why they do not arrive on response?
I could not find the error, when I send information if it arrives but when the information contains say 300 characters does not work
large objects do not arrive in response
socket.emit("Sala_proba", parameter, new Ack() { @Override public void call(String name, Object data, Object error) { Log.i(TAG, "call: name:"+name+",data"+data.toString()+",error:"+error); //data no work } });