You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes, those connections are great to use...

    I just release 1v86 and it's got the E.kickWatchdog() function - so hopefully that is an option to ensure this always stays running, even if it's not a perfect fix.

    For instance:

    E.enableWatchdog(1/*second*/, false);
    setInterval(function() {
      E.kickWatchdog();
    }, 500);
    
About

Avatar for Gordon @Gordon started