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
When connection gets lost, get_value() outputs the last received value forever.
This could be addressed by saving the timestamp of the last received event for every capability.
When connection gets lost,
get_value()outputs the last received value forever.This could be addressed by saving the timestamp of the last received event for every capability.