conn.Read return EOF error when request is sent across different servers
I was working on a client and server that sends 1 byte packets to each other, when I run both on the same machine it works perfectly. But when I run the server and client on separate machines the server returns EOF as an error on the server side.