But basically if you're using the normal Android Integration for HTTP then you should be ok, since that sends a newline before anything it sends back.
The other issue is if you're sending a lot of data to the console then that could cause issues too, because Bangle.js will pause while waiting for that data to be sent (if you send enough the output buffer gets full) and then it won't be able to process the data coming in
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.
Ahh - something like this just came up in https://forum.espruino.com/conversations/387533/#comment17018579
But basically if you're using the normal Android Integration for HTTP then you should be ok, since that sends a newline before anything it sends back.
The other issue is if you're sending a lot of data to the console then that could cause issues too, because Bangle.js will pause while waiting for that data to be sent (if you send enough the output buffer gets full) and then it won't be able to process the data coming in