X10 Community Forum

🖥️ActiveHome Pro => SDK => Topic started by: wyx2000 on November 24, 2011, 03:29:46 AM

Title: any reason why ActiveHome.RecvAction stops after several hours?
Post by: wyx2000 on November 24, 2011, 03:29:46 AM
I put the following code into a windows service, but it only accepts data for a few hours. Kinds like the object is not available after that, after I restart the service, it will work again, any idea?
            ActiveHome = new ActiveHome();
            ActiveHome.RecvAction += new _DIActiveHomeEvents_RecvActionEventHandler(OnActiveHomeRecv);