spring-flights icon indicating copy to clipboard operation
spring-flights copied to clipboard

Fix rsocket-cli instructions

Open bclozel opened this issue 5 years ago • 1 comments

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 https://github.com/rsocket/rsocket-cli/issues/77 and https://github.com/rsocket/rsocket-cli/pull/76

bclozel avatar Sep 10 '19 12:09 bclozel

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

yschimke avatar Sep 20 '19 10:09 yschimke