sorry for writing again about problems I experienced with Espruino. I used the latest build of 1.75.
I experienced that the "close" event of the http response is not raised for the same get request. No matter how often I try. On the other side I am using the Express JS framework. With other HTTP clients it works well.
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.
Dear community,
sorry for writing again about problems I experienced with Espruino. I used the latest build of 1.75.
I experienced that the "close" event of the http response is not raised for the same get request. No matter how often I try. On the other side I am using the Express JS framework. With other HTTP clients it works well.
The response looks ok:
How can I handle such problems with the http class of Espruino? What is the problem, that the "close"-event handler is not getting called?
Best,
Tobias