Debug loop break
This commit is contained in:
parent
a9c624dc59
commit
82195a8db0
|
@ -74,6 +74,7 @@ export default memo(function BackgroundService({ isLoggedIn }) {
|
|||
}
|
||||
states.notificationsShowNew = true;
|
||||
}
|
||||
console.log('💥 Streaming notification loop STOPPED');
|
||||
} catch (e) {
|
||||
hasStreaming = false;
|
||||
console.error(e);
|
||||
|
|
|
@ -95,6 +95,7 @@ function Following({ title, path, id, ...props }) {
|
|||
if (s) s._deleted = true;
|
||||
}
|
||||
}
|
||||
console.log('💥 Streaming user loop STOPPED');
|
||||
}
|
||||
})();
|
||||
return () => {
|
||||
|
|
Loading…
Reference in a new issue