Before 742.24305057525634765625
fireing callback
I have the answer ( 0 ) 83 0 6fo1civxub28
After 0
But only with .call - not with the normal function call.
It sounds like it's a bug in Espruino somewhere then - possibly caused by nested .apply/call as you say - as I just tried a test case with a single call and couldn't reproduce it. If you could try and come up with an example that would be a huge help...
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.
Hmm... I just got it to happen - not sure why it didn't before.
I added the following code:
and I get results like this:
But only with
.call
- not with the normal function call.It sounds like it's a bug in Espruino somewhere then - possibly caused by nested
.apply/call
as you say - as I just tried a test case with a single call and couldn't reproduce it. If you could try and come up with an example that would be a huge help...