Are you using WIZnet, or some other module for accessing the net? I guess that could have some affect (although I tried on Linux as well).
Also I wonder whether it is because there is a lot of code being called after request() - maybe try: setTimeout(request,10);
request()
setTimeout(request,10);
@Gordon 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.
Are you using WIZnet, or some other module for accessing the net? I guess that could have some affect (although I tried on Linux as well).
Also I wonder whether it is because there is a lot of code being called after
request()
- maybe try:setTimeout(request,10);