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 32baf66 commit 47b0368Copy full SHA for 47b0368
README.md
@@ -143,7 +143,7 @@ val client = HttpClient(CIO) {
143
}
144
145
//connect to some url
146
-val rSocket: RSocket = client.rScoket("wss://rsocket-demo.herokuapp.com/rsocket")
+val rSocket: RSocket = client.rSocket("wss://rsocket-demo.herokuapp.com/rsocket")
147
148
//request stream
149
val stream: Flow<Payload> = rSocket.requestStream(Payload.Empty)
0 commit comments