this repo has no description
2
fork

Configure Feed

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

Actually connect to the endpoint

+4
+4
cicd/index.js
··· 111 111 connect(); 112 112 }); 113 113 }; 114 + 115 + // launch connection and keep alive 116 + connect(); 117 + while (true);