Debug loop break

This commit is contained in:
Lim Chee Aun 2023-12-12 08:34:06 +08:00
parent a9c624dc59
commit 82195a8db0
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@ export default memo(function BackgroundService({ isLoggedIn }) {
} }
states.notificationsShowNew = true; states.notificationsShowNew = true;
} }
console.log('💥 Streaming notification loop STOPPED');
} catch (e) { } catch (e) {
hasStreaming = false; hasStreaming = false;
console.error(e); console.error(e);

View file

@ -95,6 +95,7 @@ function Following({ title, path, id, ...props }) {
if (s) s._deleted = true; if (s) s._deleted = true;
} }
} }
console.log('💥 Streaming user loop STOPPED');
} }
})(); })();
return () => { return () => {