Also tested issuing another createServer() and found that the next call to listen() produces the same error I reported in the OP.
createServer()
listen()
@Snerkle 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.
Also tested issuing another
createServer()
and found that the next call tolisten()
produces the same error I reported in the OP.