Support keepalive PING messages on the socket

This commit is contained in:
Gabe Kangas
2020-06-14 16:44:38 -07:00
parent a3c3276a48
commit a9662e7c1e
6 changed files with 92 additions and 32 deletions

View File

@@ -11,8 +11,6 @@ class Config {
const response = await fetch(configFileLocation);
const configData = await response.json();
Object.assign(this, configData);
console.log(this);
} catch(error) {
console.log(error);
// No config file present. That's ok. It's not required.