An interesting effect I've just noticed. If I console.log anything, and am not connected to the serial console to pick it up, it messes up communication with the ESP8266.
Yes thats over multiple connections. To be honest it spends most of its time waiting while in flow control. Maybe your native network module will help requests run more concurrently.
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.
An interesting effect I've just noticed. If I
console.log
anything, and am not connected to the serial console to pick it up, it messes up communication with the ESP8266.Yes thats over multiple connections. To be honest it spends most of its time waiting while in flow control. Maybe your native network module will help requests run more concurrently.
1 Attachment