We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to RSocket metadata changes, the current rsocket-cli version (1.15.0) is out of date and calls result with:
java.lang.IndexOutOfBoundsException: readerIndex(1) + length(108) exceeds writerIndex(20): AbstractPooledDerivedByteBuf$PooledNonRetainedSlicedByteBuf(ridx: 1, widx: 20, cap: 20/20, unwrapped: PooledUnsafeDirectByteBuf(ridx: 128, widx: 128, cap: 1024)) at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1451)
See rsocket/rsocket-cli#77 and rsocket/rsocket-cli#76
The text was updated successfully, but these errors were encountered:
updates PR has landed. Available via "brew install yschimke/tap/rsocket-cli" also.
Sorry, something went wrong.
No branches or pull requests
Due to RSocket metadata changes, the current rsocket-cli version (1.15.0) is out of date and calls result with:
See rsocket/rsocket-cli#77 and rsocket/rsocket-cli#76
The text was updated successfully, but these errors were encountered: