Skip to content

Commit 444709a

Browse files
authored
fixes code sample
1 parent 7808202 commit 444709a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ RSocket clientRSocket =
120120
// Enable Zero Copy
121121
.payloadDecoder(PayloadDecoder.ZERO_COPY)
122122
.connect(TcpClientTransport.create(7878))
123-
.start()
124123
.block();
125124
```
126125

0 commit comments

Comments
 (0)