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

Fix rsocket-cli instructions #4

Open
bclozel opened this issue Sep 10, 2019 · 1 comment
Open

Fix rsocket-cli instructions #4

bclozel opened this issue Sep 10, 2019 · 1 comment

Comments

@bclozel
Copy link
Owner

bclozel commented Sep 10, 2019

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

@yschimke
Copy link

updates PR has landed. Available via "brew install yschimke/tap/rsocket-cli" also.

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