sacOO7 / socketcluster-client-java

Native java and android client for socketcluster framework in node.js
http://socketcluster.io/
Apache License 2.0
94 stars 42 forks source link

size objects #44

Open 7u15 opened 5 years ago

7u15 commented 5 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 } });

sacOO7 commented 5 years ago

Hi @7u15 , have you checked why they do not arrive on response?

7u15 commented 5 years ago

I could not find the error, when I send information if it arrives but when the information contains say 300 characters does not work