G
Guest
Hello,
I have developed a windows service using C#, TcpListener class and its only
function is to listen for clients to connect and send back a respsonse. I
have a customer who states that everyday they need to restart the service so
that the application starts listening on the sockets again.
I have not been able to recreate this situation and don't know why the
socket would shutdown. Can anyone point me to a reason why sockets would
shutdown unexpectedly?
Thank you for your time
I have developed a windows service using C#, TcpListener class and its only
function is to listen for clients to connect and send back a respsonse. I
have a customer who states that everyday they need to restart the service so
that the application starts listening on the sockets again.
I have not been able to recreate this situation and don't know why the
socket would shutdown. Can anyone point me to a reason why sockets would
shutdown unexpectedly?
Thank you for your time