I have an very unusual error. We have a service running that periodically checks and downloads files from a remote server. The problem is, for this one client, we sometimes get these timeout errors none stop that we can only resolve by restarting the service.
The Service creates a class called FileTransfer then on error completely disposes the classes before trying again 2 additional times. After than 15 minutes it runs again only to the same result, an error after 3 attempts. When we restart the service it works fine again. I also confirmed that everything is getting disposed correctly.
thanks in advance guys, ANY ideas will be welcomed.