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

Error swallowed when message is longer than 255 characters #57

Open
RyanHoldren opened this issue Oct 10, 2017 · 0 comments
Open

Error swallowed when message is longer than 255 characters #57

RyanHoldren opened this issue Oct 10, 2017 · 0 comments
Assignees
Labels

Comments

@RyanHoldren
Copy link

In ErrorResponseDecoder::read() the temporary buffer is only 255 bytes long, which causes an ArrayIndexOutOfBoundsException whenever the error message is longer than that.

Unfortunately for me, the out of bounds exception was silently swallowed for some reason - in other words, no error signal from the Observable - which made this was pretty tricky to debug.

@alaisi alaisi added the bug label Oct 10, 2017
@alaisi alaisi self-assigned this Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants