I think the issue is really just that the JS close callback is called after the socket has been asked to close, but not before we've got the response saying it has. It's not a big thing to work around.
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.
I think the issue is really just that the JS
close
callback is called after the socket has been asked to close, but not before we've got the response saying it has. It's not a big thing to work around.