OK call me rash. It worked on one cycle:
listen -> request/response -> close -> get (client) -> listen -> request/response -> close -> get -> listen
and then the next request to the server didn't get a response from the server.
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.
OK call me rash. It worked on one cycle:
listen -> request/response -> close -> get (client) -> listen -> request/response -> close -> get -> listen
and then the next request to the server didn't get a response from the server.