HI,
I have developed C# socket server using SSLStream . I followed MSDN examples on developing it. I am having few issues
1.The memory keep on increasing on more number of clients connected.
2.It is not accepting new clients after sometime, may be after few days, eventhough already connected clients are sending and receiving data.
When I do netstat -a , I see tcplistener is listening at port but when I do telenet [server] [port] , returns with could not make connection to specified port.But restarting the server fixes the issue and accepts new clients as well.
Thanks
Any ideas?
Thanks
I have developed C# socket server using SSLStream . I followed MSDN examples on developing it. I am having few issues
1.The memory keep on increasing on more number of clients connected.
2.It is not accepting new clients after sometime, may be after few days, eventhough already connected clients are sending and receiving data.
When I do netstat -a , I see tcplistener is listening at port but when I do telenet [server] [port] , returns with could not make connection to specified port.But restarting the server fixes the issue and accepts new clients as well.
Thanks
Any ideas?
Thanks
Comment