Bug in function call?

Hi @GrahamS

Normally this occurs when you try to do a cloud action like publish from within a cloud function or subscription. Is that what you are trying to do?

A better way is to set a flag in the cloud function to be handled and cleared later in loop() or to copy all strings that are passed to your code by the cloud to avoid this problem.

1 Like