alpha
Login
or
Join now
kasper.space
/
yt-email-notifier
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/yt-email-notifier. macOS menubar app for YouTube upload notification emails
email
menubar
notifications
tray
youtube
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fixed server not auto closing
author
Kasper
date
6 years ago
(Aug 26, 2020, 6:11 PM +0200)
commit
8f4c2233
8f4c223376e998327ef8180876e898503bbf2e57
parent
3b6fa47b
3b6fa47bed9a074e3e1fe121a842eea4eddca5cd
+1
1 changed file
Expand all
Collapse all
Unified
Split
src
server.js
+1
src/server.js
View file
Reviewed
···
93
93
logger.info('WS Close old connection')
94
94
} else {
95
95
logger.info('WS Close')
96
96
+
connection = null
96
97
setTimeout(() => {
97
98
if (connection === null) {
98
99
module.exports.close()