Hi. I have a server and a client in C++ communicating over localhost. The client calls Write() and WritesDone(), the server calls Write() on the stream to the client...but the client doesn't get the response while calling Read() on the stream
Is there a reason this might be happening? This is on Windows...my theory is the socket is not being flushed and the client is just waiting for information that never shows up
ams__ has quit
Yup...damn socket flushing was the problem :( wish there was a way to force flushing