You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks - I'll bear that in mind.

    In general, I try hard to ensure that there are no real limits to the values you can supply - so you can set a timeout 50 years in the future if you want to :)

    All I'd say is if you're passing strings, sometimes Espruino needs to allocate memory for a return value or buffer, so if you're passing in a huge string and there's not at least the same amount of free memory, don't be surprised it it fails.

    Otherwise, it should be ok - if you encounter anything odd, let us know and I can try and update the docs for those specific functions.

About

Avatar for Gordon @Gordon started