-
Notifications
You must be signed in to change notification settings - Fork 4
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
Message Limit #8
Comments
On Android the max byte array that could support the
|
So this is the longest text with 594 bytes:
|
@Evanfeenstra can you confirm if the limit applies to the message content itself or to the In the other hand, is there any way to increase that limit? It seems a bit shorter right now |
@ariel10aguero replicate this logic:
Calculate this while typing and avoid keep typing if size is invalid |
Checkout The implementation is working but the messages are not sending when they are in that limit |
We have a chars limit on the app side when sending a msg, but it seems different than the one the bindings has internally. So if you write a msg as long as the app allows you it will throw an error coming as an exception from the send binding.
We need to match the app message limit to the bindings limit which is
869 bytes
The text was updated successfully, but these errors were encountered: