Commit 93ad1c2
authored
Remove redundant
When doing a request through `requestFutureInternal` we'd publish the message into the outgoing write queue, and immediately after call `writer.flushBuffer()`.
Due to the message needing to go through the outgoing message queue, which takes a small amount of time, the `flushBuffer` would be done first and before our message got written to the `dataPort`.
Removing the call to `writer.flushBuffer()` since it doesn't actually flush our message/request.
Signed-off-by: Maurice van Veen <[email protected]>writer.flushBuffer() call (#1207)1 parent d4849d8 commit 93ad1c2
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1323 | 1323 | | |
1324 | 1324 | | |
1325 | 1325 | | |
1326 | | - | |
1327 | 1326 | | |
1328 | 1327 | | |
1329 | 1328 | | |
| |||
0 commit comments