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
Resource watch timer is a stream level concept in C-core, and helps them deal with a race mentioned here much more easily than our implementation where the watch timer is part of the resource state in the authority.
For more details about the C-core implementation, see here.