I use the Spring rsocket and mongo gridfs for the backend and rsocket-js in browser. At first, The spring works properly in requestchannel mode , but after version 2.5 of the spring boot doesn't works properly . for uploading first media has been broken to many chunks . per chunk has 8kb size then i send per chunk by Flowable .the first chunk has been sent by javascript and backend receive it , but the second chunk has not been received by the spring . this problem has been created after version 2.5 of the spring
Comment From: bclozel
Could you share a minimal, sample application showing the problem? Ideally, something we can git clone and run. Also, please remove as much as possible from the sample, like the data store, if possible.
Comment From: kasra-haghpanah
Yes, of course, this is my project on GitHub https://github.com/kasra-haghpanah/election-spring-rsocket-with-rsocket-js
Comment From: kasra-haghpanah
thanks for trying Spring teams. Recently, I checked this project on Spring 3.0.1 and it works properly and it is solved the problems of RequestChannel on Spring Rsocket