Hi,
I am doing a chat application and i am sending the encrypted message from client to server using the encoding method - "Encoding.UTF8".
In server, when it receives the message from the socket, it reads the message partially (it misses some of the charecters at the end of the string). But the received message length is correct.
If i send the message without encryption, then it works fine.
can anyone help me to solve this issue?
Thanks in Advance.
I am doing a chat application and i am sending the encrypted message from client to server using the encoding method - "Encoding.UTF8".
In server, when it receives the message from the socket, it reads the message partially (it misses some of the charecters at the end of the string). But the received message length is correct.
If i send the message without encryption, then it works fine.
can anyone help me to solve this issue?
Thanks in Advance.