You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
I'm using protocol buffers to transfer a file through inet.Stream. Any files < 9mb are successfully being sent and received on the other end. If I send a file > 9mb they throw an error write tcp4 10.141.13.74:4001->10.141.13.74:4002: write: protocol wrong type for socket or write tcp4 10.141.12.222:4001->10.141.12.222:4002: write: broken pipe
Is this a tcp limitation? Any alternative approach to transfer files through inet.Stream. Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using protocol buffers to transfer a file through inet.Stream. Any files < 9mb are successfully being sent and received on the other end. If I send a file > 9mb they throw an error
write tcp4 10.141.13.74:4001->10.141.13.74:4002: write: protocol wrong type for socket
orwrite tcp4 10.141.12.222:4001->10.141.12.222:4002: write: broken pipe
Is this a tcp limitation? Any alternative approach to transfer files through inet.Stream. Thanks
The text was updated successfully, but these errors were encountered: