Had created the issue at Spring Boot, but may be this should be posted here:
spring-projects/spring-boot#21360
With latest 2.3.0.RC1 RSocket "requestStream" started producing additional request to Flux inside controller with quantity 255.
Configuration to reproduce the issue:
Spring Boot 2.3.0.RC1
RSocket plugged to server
Transport - Websockets
Using @MessageMapping controller
RSocket connection with Composite Metadata ('message/x.rsocket.composite-metadata.v0'), Binary MimeType ('application/octet-stream') and Buffer encoders
Tested with javascript RSocket client v0.0.19.
Previous version of Spring Boot 2.3.0.M4 hasn't such issue.