We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7edb9 commit 0bdd903Copy full SHA for 0bdd903
README.md
@@ -23,16 +23,15 @@ It enables following symmetric interaction models:
23
24
```groovy
25
dependencies {
26
- compile 'io.rsocket.kotlin:rsocket-core:0.9.6'
+ compile 'io.rsocket.kotlin:rsocket-core:0.9.7'
27
}
28
```
29
### Transports
30
-`Netty` based Websockets and TCP transport (`Client` and `Server`)
+
31
`OkHttp` based Websockets transport (`Client` only)
32
33
34
- compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9.6'
35
- compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.6'
+ compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.7'
36
37
38
### Usage
0 commit comments