The number of sockets is set in the sdkconfig file (menuconfig) One of the last changes was an increase from 4 to 10:
sdkconfig
https://github.com/espruino/EspruinoBuildTools/commit/a2c57ff7505bd89b1e72eb69ffa6b69df4340166#diff-95855eaea0c4f55f2862ca738bed5fa9R243
esp32/build/app/sdkconfig
-CONFIG_LWIP_MAX_SOCKETS=4 +CONFIG_LWIP_MAX_SOCKETS=10
I'm not sure where the 32 you refer to comes from?
Are you running out of sockets?
@Wilberforce 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.
The number of sockets is set in the
sdkconfig
file (menuconfig)One of the last changes was an increase from 4 to 10:
https://github.com/espruino/EspruinoBuildTools/commit/a2c57ff7505bd89b1e72eb69ffa6b69df4340166#diff-95855eaea0c4f55f2862ca738bed5fa9R243
esp32/build/app/sdkconfig
I'm not sure where the 32 you refer to comes from?
Are you running out of sockets?