You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Project supports 3 kinds of APIs:
46
46
**GRPC compatible**. All implementations are directly compatible with GRPC via `Message-Streams-RPC` & GRPC transport.
47
47
GRPC clients can access such services without separate "gateway" binaries and IDL sharing schemes.
48
48
49
-
**Non-intrusive**. [MessageStreams](https://github.com./jauntsdn/rsocket-jvm/blob/1.5.4/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/MessageStreams.java) API & [RSocket-JVM](https://github.com./jauntsdn/rsocket-jvm/blob/1.5.4/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/RSocket.java) runtime are clearly split so from end-user perspective there is
49
+
**Non-intrusive**. [MessageStreams](https://github.com./jauntsdn/rsocket-jvm/blob/1.6.0/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/MessageStreams.java) API & [RSocket-JVM](https://github.com./jauntsdn/rsocket-jvm/blob/1.6.0/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/RSocket.java) runtime are clearly split so from end-user perspective there is
50
50
only set of streaming & non-streaming interactions on buffers/messages:
0 commit comments