Skip to content

Tags: MStart/reactivesocket-java

Tags

v0.0.8

Toggle v0.0.8's commit message
adding an exception classed TransportException which is thrown when t…

…here is an exception with the underlying transport (rsocket#81)

v0.0.7

Toggle v0.0.7's commit message
Fix for ReactiveSocketFactory.callAndWait

v0.0.6

Toggle v0.0.6's commit message
Upgrade gradle-reactivesocket-plugin to 1.0.5

v0.0.5

Toggle v0.0.5's commit message
Merge pull request rsocket#72 from robertroeser/master

ReactiveSocket interface

v0.0.4

Toggle v0.0.4's commit message
Added ReactiveSocketFactory interface

v0.0.3

Toggle v0.0.3's commit message
Upgrade gradle-reactivesocket-plugin to 1.0.3

v0.0.2

Toggle v0.0.2's commit message
Merge pull request rsocket#69 from stevegury/stevegury/channel-fix

Responder: fix bug in Channel request-n

v0.0.1

Toggle v0.0.1's commit message
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