@mgg1010 - thanks for looking into this!
The -7 error means "socket has wrong state" - internally we're trying to do something on a socket that is closed.
Or it's possible that we're trying to 'open' a socket that is still open...
@Gordon started
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.
@mgg1010 - thanks for looking into this!
Or it's possible that we're trying to 'open' a socket that is still open...