Tags: MStart/reactivesocket-java
Tags
adding an exception classed TransportException which is thrown when t… …here is an exception with the underlying transport (rsocket#81)
Merge pull request rsocket#72 from robertroeser/master ReactiveSocket interface
Merge pull request rsocket#69 from stevegury/stevegury/channel-fix Responder: fix bug in Channel request-n
Refactor RequestHandler.handleChannel to only take a Publisher<Payloa… …d> as argument. The `initialPayload` was already part of the `payloads` publisher, this was very confusing. + Fix the tests impacted by the new API. + Code style: Ensure lines length < 100 characters