1.0.2 Release
⭐ New Features
- Reject any frames before SETUP/LEASE #904
- Reject empty fragments #903
- RSocket server is subject to empty frames flood denial-of-service #895
- provides setup for
maxInboundPayloadSize
andmaxFrameSize
#876
🪲 Bug Fixes
- fixes extra Payload release on racing complete and cancel #894
- fixes
DefaultPayload.create(ByteBuf, ByteBuf)
to release params #886
📔 Documentation
- provides an example of peer to peer communication #868