I try to code a client and server connection using socket. The problem is my client can\'t read the response from the server (it hangs on the readline).
Okay, I've figured this one out. It's not the client that hangs, it's the server. It tries to read a line of text from the client, but the client doesn't send the line separator: