ensures flux receiver terminates subscriber on dispose
this fix addresses https://github.com/rsocket/rsocket-java/issues/1050
@OlegDokuka There is a test failure. Can you take a look? Can you provide a test that shows the issue?
There is a test failure. Can you take a look?
@violetagg fixed
@violetagg added a test that reflects the problem. It fails on the 1.0.x branch now
@violetagg it seems that the other tcp-http related test fails because of the fix and I'm not sure how to clearly fix it...
@OlegDokuka I rebased the changes and fixed the failing test. Once the CI is green we can merge this.