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
We use a singleton and never expire the cache. Which means potentially we miss cases where the network changes. To avoid this issue, we need to implement expiring such that we issue whoami queries periodically.
The text was updated successfully, but these errors were encountered:
Because the singleton is always active, we need to expire the cache
otherwise we don't catch changes in the client network.
Part of ooni/probe#2669Closesooni/probe#2671
Because the singleton is always active, we need to expire the cache
otherwise we don't catch changes in the client network.
Part of ooni/probe#2669Closesooni/probe#2671
We use a singleton and never expire the cache. Which means potentially we miss cases where the network changes. To avoid this issue, we need to implement expiring such that we issue whoami queries periodically.
The text was updated successfully, but these errors were encountered: