Hi, we are facing a unique bug with React Native i...
# support-questions-legacy
s
Hi, we are facing a unique bug with React Native iOS - We recently upgraded our core to v7.0 - We have "onHandleEvent" defined in Supertokens.init - On app resuming we call "Supertokens.attemptRefreshingSession" - this happens only once - What is happening is after some time (around 1 hr) "onHandleEvent" is getting called continously with REFRESH_SESSION event which ends up freezing the app - This doesn't happen on Android and only happens on iOS - We are using latest version of supertokens-react-native Any insight on what might be issue causing onHandleEvent to get called coninously?