spring-flights
spring-flights copied to clipboard
Fix rsocket-cli instructions
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
updates PR has landed. Available via "brew install yschimke/tap/rsocket-cli" also.