-
Notifications
You must be signed in to change notification settings - Fork 58
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
Buffer size #39
Comments
I believe that issue was resolved already. you should be able to get messages as big as you want. |
I try send a message with 188 bytes, but the same problem happen again =/ |
at least 255 should work Im actually done with the hardware for a project that will need sockets. |
you can check line 90-95 from .cpp file |
Any progress on this? i am running into the same issue. |
How I can edit the buffer size?
I have a problem that I need receive messages with 400 bytes. This library have support for that? Or how I can edit the buffer size?
The text was updated successfully, but these errors were encountered: