Hi Spud,
I've noticed now that the plugin is running properly for longer periods of time that eventually I start getting constant "ERROR WebException: Timeout The operation has timed out." errors in the log. Stopping and then immediately restarting the plugin corrects this, so that suggests its a plugin bug not something actually on the network. I have also confirmed the Autelis itself is responding fine.
Are you perchance forgetting to dispose the objects you use to connect to the Autelis (WebClient Im guessing)? This feels like a slow handle leak which results in the error, the plugin restarting obviously starting a new process which would resolve it....
I've noticed now that the plugin is running properly for longer periods of time that eventually I start getting constant "ERROR WebException: Timeout The operation has timed out." errors in the log. Stopping and then immediately restarting the plugin corrects this, so that suggests its a plugin bug not something actually on the network. I have also confirmed the Autelis itself is responding fine.
Are you perchance forgetting to dispose the objects you use to connect to the Autelis (WebClient Im guessing)? This feels like a slow handle leak which results in the error, the plugin restarting obviously starting a new process which would resolve it....
Comment