Hi,
I am building an desktop application that requires to be a SSL Server via TCP/IP communication.
Initially everything is working fine. I am able to start the listener, connect to a SSL client, send/receive data using SSL Stream.
But after sometime, I am unable to read data from the SSL Stream. The data is available at the port but somehow its unable to read it. I am able to send the data without any error.
Can anyone suggest anything ?
Regards,
Runjhun.