@Wilberforce Yes, I changed that to happen for the TCP servers. Thanks for removing it.
Before it was present for dgram.createSocket({ reuseAddr: true }) where it should have filed the same way provided the 'unimplemented' note in the headers is correct.
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.
@Wilberforce Yes, I changed that to happen for the TCP servers. Thanks for removing it.
Before it was present for
dgram.createSocket({ reuseAddr: true })
where it should have filed the same way provided the 'unimplemented' note in the headers is correct.