Delay() in Blynk

Good evening at all,
I have a question.
In my sketch i use a “while” in witch I wait 10 second with delay(10000) at all loop.
As i can have the same function but without delay() and While, becouse these 2 function don’t work with Blynk.
Thk

You should use BlynkTimer in either setInterval or setTimeout mode, depending on what it is that you’re trying to achieve.
More info here…

Pete.