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).
Here is some
Could it be because clientResponse (sent by server thread) is null and the client is waiting for response size > 0?
clientResponse
null