Running out of sockets on the device site, is mostly caused by missing .end() or not handling all calls.
.end()
Give curl a try to see the difference.
curl -V <web-server-ip>/index.njs
Feel free to share your code to reproduce it, got some Wiz5500 on my desk.
@MaBe 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.
Running out of sockets on the device site, is mostly caused by missing
.end()
or not handling all calls.Give curl a try to see the difference.
Feel free to share your code to reproduce it, got some Wiz5500 on my desk.