I have a tag set up to do a local URL call every five minutes. Today at about 00:30 GMT, continuing for about half an hour, I got this error emailed to me for each call...
Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader., URL attempted to call: http://192.168.1.46/update.php?tag={0}&temp={2}&time={5}
Any idea what caused this? Is this a server issue, or is it something local? At about 01:10 GMT, it returned to its normal quiet self.
Brian