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
[Heartbeat Service] More null service protections added to triggerHeartBeat (#7789)
Users are reporting furhter issues with the heartbeat service returning a null cache on Opera. There's a case in `triggerHeartBeat` which the code assumes that the cache was created properly.
Add a check to ensure that the cache exists, and if not, returns immediately.
0 commit comments