This thread caught my eye as I'm experiencing a similar problem that does involve http. I've been working on a fairly simple Christmas light blink program that runs a while and just locks up kind of randomly. I haven't had time to post a simple test case. I was kind of guessing a memory leak but I didn't learn anything from process.memory(). Near as I can tell so far is that my setInterval timer just stops firing after a while. So it might be related to it. I tried 1v89, 1v89.7, and 1v87 on Espruino 1v4 board and it still fails.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This thread caught my eye as I'm experiencing a similar problem that does involve http. I've been working on a fairly simple Christmas light blink program that runs a while and just locks up kind of randomly. I haven't had time to post a simple test case. I was kind of guessing a memory leak but I didn't learn anything from process.memory(). Near as I can tell so far is that my setInterval timer just stops firing after a while. So it might be related to it. I tried 1v89, 1v89.7, and 1v87 on Espruino 1v4 board and it still fails.