Releases: rsocket/rsocket-java
Fix framing error
Fixes out of bounds errors with framing
Request Channel Bug, ByteBuf Optimizations, Fragmentation Fix
Fixes a bug in a request channel with long running streams where the channel would stop emitting data
Fixes a bug in fragmentation when the mtu is 64 bytes that caused an illegal refcnt exception
Replaces compositebytebufs with specialized ByteBuf tuples of 2 and 3
Resumability. Performance Tuning. General Bugfixes
0.12.1-RC3 prepares for release
Major bugfixes and new API in server's RSocketFactory setup
This release provides some major bugfixes related to the connection closing and introduces a more flexible way to convert RSocketFactory.receiver() to ServerTransport.ConnectionAcceptor, hence easily integrate with WebsocketRoutingTransport and existing HttpClient
Provides onClose unstability bugfixes
bumps version Signed-off-by: Oleh Dokuka <[email protected]>
Maintenance Release. Improves stability and provides some bugfixes
bumps version Signed-off-by: Oleh Dokuka <[email protected]>
Fixes metadata frame fragmentation reassembly
0.12.1-RC2 Fixes issue with reassembling metadata
add fragmentation support using new frames
0.12.1-RC1 Update version to 0.12.1-RC1
fix metadata frame fragmentation
Fixes fragmentation when metadata frame isn't present was leading to an out of bounds Exception. Takes into account a metadata frame not being present.
optimized channel handler
Adds an interface that allows implementers to peek at a channel's first request. The interface is called ResponderRSocket.