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;
|
states.notificationsShowNew = true;
|
||||||
}
|
}
|
||||||
|
console.log('💥 Streaming notification loop STOPPED');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
hasStreaming = false;
|
hasStreaming = false;
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|
|
@ -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 () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue