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 8f24d6c commit f46908fCopy full SHA for f46908f
README.md
@@ -85,7 +85,7 @@ By default to make RSocket easier to use it copies the incoming Payload. Copying
85
and latency. If you want to use zero copy you must disable this. To disable copying you must include a `frameDecoder`
86
argument in your `RSocketFactory`. This will let you manage the Payload without copying the data from the underlying
87
transport. You must free the Payload when you are done with them
88
-or you will get a memory leak. Used correctly this will increase latency and performance.
+or you will get a memory leak. Used correctly this will reduce latency and increase performance.
89
90
### Example Server setup
91
```java
0 commit comments