to much processing in loop
-
Hi all,
I think that my node has to much stuff to do in single iteration of the loop. I would like allow mysensors to kick in in between processing different parts of my node. Is it possible ? Is there some MySensors function I can call to force processing of incomming messages ?
-
looking at the code it seem that calling wait with small wait value would do the job, but is there more explicit way ?
-
@rozpruwacz You can call
_process();
however, this is an internal function and may change in upcoming releases.