Yup, you're running into trying to use two sockets at once. It tries to add a line handler for unlink, but there's already one there from the last socket. There is an analogous problem with a few other handlers
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.
Yup, you're running into trying to use two sockets at once. It tries to add a line handler for unlink, but there's already one there from the last socket. There is an analogous problem with a few other handlers