Blynk.virtualWrite
and any other Blynk.*
command directly inside void loop()
- it will cause lot's of outgoing messages to our server and your connection will be terminated;delay()
– it may cause connection breaks;Blynk.virtualWrite
commands as most hardware is not very powerful so it may not handle many requests.