socketcluster-client-java icon indicating copy to clipboard operation
socketcluster-client-java copied to clipboard

size objects

Open 7u15 opened this issue 6 years ago • 2 comments

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 } });

7u15 avatar Nov 15 '18 15:11 7u15

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

sacOO7 avatar Dec 04 '18 21:12 sacOO7

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

7u15 avatar Jan 11 '19 21:01 7u15