How to handle continuous socket receiver.
I am developing one TCP socket communication application .which send one request to server .server reply every 5Milli Sec. i can able to receive data but if send one more request i can't able to handle next response.