Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

size objects #44

Open
7u15 opened this issue Nov 15, 2018 · 2 comments
Open

size objects #44

7u15 opened this issue Nov 15, 2018 · 2 comments

Comments

@7u15
Copy link

7u15 commented Nov 15, 2018

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
Copy link
Owner

sacOO7 commented Dec 4, 2018

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

@7u15
Copy link
Author

7u15 commented Jan 11, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants