rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.36k stars 354 forks source link

Fix RSocketClientTest.testRequestReplyWithCancel #328

Closed yschimke closed 7 years ago

yschimke commented 7 years ago

TODO test case shows a bug where a 0 initial request, that was cancelled is causing a network call.

yschimke commented 7 years ago

https://github.com/rsocket/rsocket-java/pull/342