Hi,
I am creating a client server application for that i m using basic socket logic like socket.send for sending data and socket.Receive for receiving data.
When I m sending data continously to the server after some time server is not getting any of the data .And i m not getting any error or exception at send.And some times my Socket.Connected status shows false status but when i shutdown the server application i am getting disconnection error properly.
So if my socket is connected then why i m not able to send data to server.