mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Debug loop break
This commit is contained in:
parent
a9c624dc59
commit
82195a8db0
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue