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
Previously, because we built a separate promise that wasn't awaited,
failures in ensure() or kill() were not caught by the catch clause, and
so did not clear the cache, so were persisted indefinitely. This
happened any time there was a blip in tunnel refreshing. Instead, we now
build the flow with await, and error handling should work as expected.
0 commit comments