You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task.wait_until() function always checks state on entry, ignoring the documented state_check_now argument. In fact the state_check_now argument of wait_until() in trigger.py is declared but never used.