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
Think about thread-safety guarantees we want to have (if any) and implement appropriately. We probably want to be able to access session tokens or report unauthorizations from any thread, requiring some work to make the SRGIdentityService class thread-safe.
The text was updated successfully, but these errors were encountered:
Think about thread-safety guarantees we want to have (if any) and implement appropriately. We probably want to be able to access session tokens or report unauthorizations from any thread, requiring some work to make the
SRGIdentityService
class thread-safe.The text was updated successfully, but these errors were encountered: