How to speed up binary transfer? #816
-
I'm trying to send large binary file using MultiplexingStream over TcpSocket. I tried to send it directly using sockets (on loopback interface) and I'm able to transfer over 10GB/s. I'm using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This isn't really a question for StreamJsonRpc, since as you say you're on a separate channel from RPC when you're transferring the data. Can you post again over at https://github.com/AArnott/Nerdbank.Streams/discussions? |
Beta Was this translation helpful? Give feedback.
This isn't really a question for StreamJsonRpc, since as you say you're on a separate channel from RPC when you're transferring the data. Can you post again over at https://github.com/AArnott/Nerdbank.Streams/discussions?