this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Debug loop break

+2
+1
src/components/background-service.jsx
··· 74 74 } 75 75 states.notificationsShowNew = true; 76 76 } 77 + console.log('💥 Streaming notification loop STOPPED'); 77 78 } catch (e) { 78 79 hasStreaming = false; 79 80 console.error(e);
+1
src/pages/following.jsx
··· 95 95 if (s) s._deleted = true; 96 96 } 97 97 } 98 + console.log('💥 Streaming user loop STOPPED'); 98 99 } 99 100 })(); 100 101 return () => {