8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf28d69 commit 47ad5b0Copy full SHA for 47ad5b0
README.md
@@ -47,6 +47,11 @@ $./gradlew goJF
47
## Debugging
48
Frames can be printed out to help debugging. Set the logger `io.rsocket.FrameLogger` to debug to print the frames.
49
50
+## Requirements
51
+
52
+- Java 8 - heavy dependence on Java 8 functional APIs and java.time, also on Reactor
53
+- Android O - https://github.com/rsocket/rsocket-demo-android-java8
54
55
## Bugs and Feedback
56
57
For bugs, questions and discussions please use the [Github Issues](https://github.com/RSocket/reactivesocket-java/issues).
0 commit comments