Blynk.connect()

При выполнении Blynk.connect() скетч подвисает на несколько секунд. Возможно ли, чтобы это действие выполнялось в фоне, не влияя на работу других команд.

When executing Blynk.connect (), the sketch freezes for a few seconds. Is it possible that this action was performed in the background, without affecting the work of other operations.

Pete.

Ok, thanks a lot.

  1. I use a watchdog in the program. its maximum value is 8 seconds. so, I have to turn off the watchdog before Blynk.connect, and then turn it back on. but if freeze happens during blynk.connect?
  2. Sometimes Blynk.connect cannot connect to the server in any way until a reboot occurs. What can be wrong? Is it enough to restart the ESP-01 in this case? Check in practice is difficult, it happens seldom.
    P.S. what a pity this is a blocking function. It is very uncomfortable.